public class BusinessContextNotFoundException extends BusinessContextServiceException
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
IBM copyright notice field.
|
Constructor and Description |
---|
BusinessContextNotFoundException()
The zero-argument constructor.
|
BusinessContextNotFoundException(java.lang.String className,
java.lang.String methodName,
java.lang.String contextName,
java.lang.Long activityId,
java.lang.Throwable throwable)
Constructs a
BusinessContextNotFoundException 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 BusinessContextNotFoundException()
public BusinessContextNotFoundException(java.lang.String className, java.lang.String methodName, java.lang.String contextName, java.lang.Long activityId, java.lang.Throwable throwable)
BusinessContextNotFoundException
with the specified parameters.className
- 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)contextName
- the name of the context that cannot be foundactivityId
- the identifier of the context's activitythrowable
- the cause of this exception