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