public class BusinessContextServiceAuthenticationException extends BusinessContextServiceException
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
IBM copyright notice field.
|
Constructor and Description |
---|
BusinessContextServiceAuthenticationException()
The zero-argument constructor.
|
BusinessContextServiceAuthenticationException(ECMessage ecMessage,
java.lang.String className,
java.lang.String methodName,
java.lang.String logonId)
Constructs a
BusinessContextServiceAuthenticationException with the specified parameters. |
BusinessContextServiceAuthenticationException(ECMessage message,
java.lang.String strClassName,
java.lang.String strMethodName,
java.lang.String[] msgParams)
Constructs a
BusinessContextServiceAuthenticationException with the specified parameters. |
BusinessContextServiceAuthenticationException(ECMessage ecMessage,
java.lang.String className,
java.lang.String methodName,
java.lang.String[] msgParams,
java.lang.Throwable throwable)
Constructs a
BusinessContextServiceAuthenticationException with the specified parameters. |
BusinessContextServiceAuthenticationException(ECMessage ecMessage,
java.lang.String className,
java.lang.String methodName,
java.lang.String logonId,
java.lang.Throwable throwable)
Constructs a
BusinessContextServiceAuthenticationException 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 BusinessContextServiceAuthenticationException()
public BusinessContextServiceAuthenticationException(ECMessage ecMessage, java.lang.String className, java.lang.String methodName, java.lang.String logonId)
BusinessContextServiceAuthenticationException
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)logonId
- the ID of the user whose credentials cannot be authenticatedpublic BusinessContextServiceAuthenticationException(ECMessage ecMessage, java.lang.String className, java.lang.String methodName, java.lang.String logonId, java.lang.Throwable throwable)
BusinessContextServiceAuthenticationException
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)logonId
- the ID of the user whose credentials cannot be authenticatedthrowable
- the cause of this exceptionpublic BusinessContextServiceAuthenticationException(ECMessage message, java.lang.String strClassName, java.lang.String strMethodName, java.lang.String[] msgParams)
BusinessContextServiceAuthenticationException
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 BusinessContextServiceAuthenticationException(ECMessage ecMessage, java.lang.String className, java.lang.String methodName, java.lang.String[] msgParams, java.lang.Throwable throwable)
BusinessContextServiceAuthenticationException
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