|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.ibm.itim.authentication.AuthenticationException
com.ibm.itim.authentication.AuthenticationFailedException
public class AuthenticationFailedException
AuthenticationFailedException is a class that extends the AuthenticationException class for identifying authentication failure exceptions. This exception is thrown when the user credentials are deemed invalid. This could mean that the principal and/or the key are invalid.
| Constructor Summary | |
|---|---|
AuthenticationFailedException()
Constructs an AuthenticationFailedException. |
|
AuthenticationFailedException(java.lang.String explanation)
Constructs an AuthenticationFailedException with a detailed explanation of the reason for the exception. |
|
| Method Summary |
|---|
| 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 AuthenticationFailedException()
public AuthenticationFailedException(java.lang.String explanation)
explanation - detailed explanation of the reason for the
exception.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||