public class AuthenticationException extends ApplicationException
| Constructor and Description |
|---|
AuthenticationException(java.lang.String errCode)
Deprecated.
|
AuthenticationException(java.lang.String errCode,
java.lang.String exMsg)
Deprecated.
|
AuthenticationException(java.lang.String errCode,
java.lang.Throwable cause)
Deprecated.
|
getErrorCode, getExtraMessagegetLocalizedMessage, getMessage, getMessage, getMessageId, getThrowable, getTokens, normalize, printStackTrace, printStackTrace, printStackTrace, toXMLpublic AuthenticationException(java.lang.String errCode)
errCode - Code for the error.public AuthenticationException(java.lang.String errCode,
java.lang.String exMsg)
errCode - Error code identifying the problem.exMsg - Additional information in a String.public AuthenticationException(java.lang.String errCode,
java.lang.Throwable cause)
errCode - Error code identifying the problem.cause - Throwable representing the exception causing this exception.