Package com.portal.common
Class BusParamException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.portal.pcm.PortalException
com.portal.common.BusParamException
- All Implemented Interfaces:
Serializable
Signals that an exception has occurred with the Business Parameters API.
- Version:
- 1.0 06/01/2001
- Author:
- Jon J. Sorensen
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionBusParamException
(String msg) Constructs an instance of BusParamExceptionBusParamException
(String msg, int errNum) Constructs an instance of BusParamException -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
BusParamException
Constructs an instance of BusParamException- Parameters:
msg
- A string description of the error
-
BusParamException
Constructs an instance of BusParamException- Parameters:
msg
- A string description of the errorerrNum
- An Portal error code
-