|
|||||||||||
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
public class AuthenticationException
AuthenticationException is a class that extends the Exception class for identifying exceptions that are originated from within the Authentication package.
Constructor Summary | |
---|---|
AuthenticationException()
Constructs an AuthenticationException. |
|
AuthenticationException(java.lang.String explanation)
Constructs an AuthenticationException 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 AuthenticationException()
public AuthenticationException(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 |