org.owasp.esapi.errors
public class AuthenticationAccountsException extends AuthenticationException
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, getUserMessageprotected 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 causeCopyright © 2014 The Open Web Application Security Project (OWASP). All Rights Reserved.