public class AuthenticationException extends EnterpriseSecurityException
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID
The Constant serialVersionUID.
|
logger, logMessage| Modifier | Constructor and Description |
|---|---|
protected |
AuthenticationException()
Instantiates a new authentication exception.
|
|
AuthenticationException(java.lang.String userMessage,
java.lang.String logMessage)
Creates a new instance of
AuthenticationException. |
|
AuthenticationException(java.lang.String userMessage,
java.lang.String logMessage,
java.lang.Throwable cause)
Instantiates a new authentication exception.
|
getLogMessage, getUserMessageprivate static final long serialVersionUID
protected AuthenticationException()
public AuthenticationException(java.lang.String userMessage,
java.lang.String logMessage)
AuthenticationException.userMessage - the message displayed to the userlogMessage - the message loggedpublic AuthenticationException(java.lang.String userMessage,
java.lang.String logMessage,
java.lang.Throwable cause)
userMessage - the message displayed to the userlogMessage - the message loggedcause - the root cause