public class InvalidActivityTokenException extends BusinessContextServiceException
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
IBM copyright notice field.
|
Constructor and Description |
---|
InvalidActivityTokenException()
The zero-argument constructor.
|
InvalidActivityTokenException(java.lang.String className,
java.lang.String methodName,
java.lang.Long activityId)
Constructs an
InvalidActivityTokenException with the specified parameters. |
InvalidActivityTokenException(java.lang.String className,
java.lang.String methodName,
java.lang.Long activityId,
java.lang.Throwable throwable)
Constructs an
InvalidActivityTokenException 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 InvalidActivityTokenException()
public InvalidActivityTokenException(java.lang.String className, java.lang.String methodName, java.lang.Long activityId)
InvalidActivityTokenException
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)activityId
- the identifier of the invalid activity tokenpublic InvalidActivityTokenException(java.lang.String className, java.lang.String methodName, java.lang.Long activityId, java.lang.Throwable throwable)
InvalidActivityTokenException
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)activityId
- the identifier of the invalid activity tokenthrowable
- the cause of this exception