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