|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.owasp.esapi.errors.EnterpriseSecurityException
org.owasp.esapi.errors.AuthenticationException
org.owasp.esapi.errors.AuthenticationCredentialsException
An AuthenticationException should be thrown when anything goes wrong during login or logout. They are also appropriate for any problems related to identity management.
| Constructor Summary | |
AuthenticationCredentialsException(java.lang.String userMessage,
java.lang.String logMessage)
Creates a new instance of EnterpriseSecurityException. |
|
AuthenticationCredentialsException(java.lang.String userMessage,
java.lang.String logMessage,
java.lang.Throwable cause)
Instantiates a new authentication exception. |
|
| Methods inherited from class org.owasp.esapi.errors.EnterpriseSecurityException |
getLogMessage, getUserMessage |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public AuthenticationCredentialsException(java.lang.String userMessage,
java.lang.String logMessage)
public AuthenticationCredentialsException(java.lang.String userMessage,
java.lang.String logMessage,
java.lang.Throwable cause)
cause - the cause
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||