org.owasp.esapi.errors
public class AuthenticationLoginException extends AuthenticationException
logger, logMessage| Modifier | Constructor and Description |
|---|---|
protected |
AuthenticationLoginException()
Instantiates a new authentication exception.
|
|
AuthenticationLoginException(java.lang.String userMessage,
java.lang.String logMessage)
Creates a new instance of EnterpriseSecurityException.
|
|
AuthenticationLoginException(java.lang.String userMessage,
java.lang.String logMessage,
java.lang.Throwable cause)
Instantiates a new authentication exception.
|
getLogMessage, getUserMessageprotected AuthenticationLoginException()
public AuthenticationLoginException(java.lang.String userMessage,
java.lang.String logMessage)
userMessage - the message displayed to the userlogMessage - the message loggedpublic AuthenticationLoginException(java.lang.String userMessage,
java.lang.String logMessage,
java.lang.Throwable cause)
userMessage - the message displayed to the userlogMessage - the message loggedcause - the causeCopyright © 2014 The Open Web Application Security Project (OWASP). All Rights Reserved.