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