public class BusinessContextException extends BusinessContextServiceException
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
IBM copyright notice field.
|
| Constructor and Description |
|---|
BusinessContextException()
The zero-argument constructor.
|
BusinessContextException(ECMessage ecMessage,
java.lang.String className,
java.lang.String methodName,
java.lang.String[] msgParams)
Constructs a
BusinessContextException with the specified parameters. |
BusinessContextException(ECMessage ecMessage,
java.lang.String className,
java.lang.String methodName,
java.lang.String[] msgParams,
java.lang.Throwable throwable)
Constructs a
BusinessContextException with the specified parameters. |
getClassname, getECMessage, getLocalizedMessage, getMessage, getMessageParameters, getMethodName, getReasonCode, logException, setClassname, setECMessage, setMessageParameters, setMethodNamegetCorrelationIdentifier, getServiceParameterErrors, getSymptomData, isRecoverable, printStackTrace, printStackTracepublic static final java.lang.String COPYRIGHT
public BusinessContextException()
public BusinessContextException(ECMessage ecMessage, java.lang.String className, java.lang.String methodName, java.lang.String[] msgParams)
BusinessContextException with the specified parameters.ecMessage - a message that describes this exceptionclassName - the name of the class that is throwing this exception (to be used for logging purposes)methodName - the name of the method that is throwing this exception (to be used for logging purposes)msgParams - the parameters that the message requirespublic BusinessContextException(ECMessage ecMessage, java.lang.String className, java.lang.String methodName, java.lang.String[] msgParams, java.lang.Throwable throwable)
BusinessContextException with the specified parameters.ecMessage - a message that describes this exceptionclassName - the name of the class that is throwing this exception (to be used for logging purposes)methodName - the name of the method that is throwing this exception (to be used for logging purposes)msgParams - the parameters that the message requiresthrowable - the cause of this exception