public class BusinessContextServiceInitException extends BusinessContextServiceException
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
IBM copyright notice field.
|
Constructor and Description |
---|
BusinessContextServiceInitException()
The zero-argument constructor.
|
BusinessContextServiceInitException(ECMessage ecMessage,
java.lang.String className,
java.lang.String methodName,
java.lang.String[] msgParams)
Constructs a
BusinessContextServiceInitException with the specified parameters. |
BusinessContextServiceInitException(ECMessage ecMessage,
java.lang.String className,
java.lang.String methodName,
java.lang.String[] msgParams,
java.lang.Throwable throwable)
Constructs a
BusinessContextServiceInitException with the specified parameters. |
getClassname, getECMessage, getLocalizedMessage, getMessage, getMessageParameters, getMethodName, getReasonCode, logException, setClassname, setECMessage, setMessageParameters, setMethodName
getCorrelationIdentifier, getServiceParameterErrors, getSymptomData, isRecoverable, printStackTrace, printStackTrace
public static final java.lang.String COPYRIGHT
public BusinessContextServiceInitException()
public BusinessContextServiceInitException(ECMessage ecMessage, java.lang.String className, java.lang.String methodName, java.lang.String[] msgParams)
BusinessContextServiceInitException
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 BusinessContextServiceInitException(ECMessage ecMessage, java.lang.String className, java.lang.String methodName, java.lang.String[] msgParams, java.lang.Throwable throwable)
BusinessContextServiceInitException
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