|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--com.ibm.itim.exception.ITIMException | +--com.ibm.itim.apps.ApplicationException | +--com.ibm.itim.apps.AuthenticationException
AuthenticationException identifies an authentication failure.
Constructor Summary | |
---|---|
AuthenticationException(java.lang.String errCode)
Deprecated. |
|
AuthenticationException(java.lang.String errCode,
java.lang.String exMsg)
Deprecated. |
|
AuthenticationException(java.lang.String errCode,
java.lang.Throwable cause)
Deprecated. |
Methods inherited from class com.ibm.itim.apps.ApplicationException |
---|
getErrorCode, getExtraMessage |
Methods inherited from class com.ibm.itim.exception.ITIMException |
---|
getLocalizedMessage, getMessage, getMessage, getMessageId, getThrowable, getTokens, normalize, toXML |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, 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(java.lang.String errCode)
errCode
- Code for the error.public AuthenticationException(java.lang.String errCode, java.lang.String exMsg)
errCode
- Error code identifying the problem.exMsg
- Additional information in a String.public AuthenticationException(java.lang.String errCode, java.lang.Throwable cause)
errCode
- Error code identifying the problem.cause
- Throwable representing the exception causing this exception.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |