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