public class AuthenticationException extends LocalizedException
| Constructor and Description |
|---|
AuthenticationException(String aMessage)
Creates an exception with a non-localized message.
|
AuthenticationException(UserMessage aMessage)
Note: message severity is not taken into account.
|
AuthenticationException(UserMessage aMessage,
Throwable cause)
Note: message severity is not taken into account.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getMessage() |
getErrorCode, getStatus, getUserMessagegetResponseaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic AuthenticationException(UserMessage aMessage, Throwable cause)
public AuthenticationException(UserMessage aMessage)
public AuthenticationException(String aMessage)
public String getMessage()
getMessage in class Throwable