|
|||||||||||
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 | +--java.security.GeneralSecurityException | +--javax.security.auth.login.LoginException | +--javax.security.auth.login.CredentialExpiredException | +--com.ibm.itim.apps.ITIMCredentialExpiredException
This class identifies an authentication failure. The user has attempted to login to ITIM but the credential for the ITIM Account has expired.
Constructor Summary | |
---|---|
ITIMCredentialExpiredException(java.lang.String msg)
Constructs with an error code |
|
ITIMCredentialExpiredException(java.lang.String msg,
java.lang.Object[] tokenValues)
Constructs with an error code and message tokens |
Method Summary | |
---|---|
java.lang.String |
getLocalizedMessage()
Returns an error message for the default locale. |
java.lang.String |
getMessage()
Returns an error message localized for java.util.Locale.US. |
java.lang.String |
getMessage(java.util.Locale locale)
Returns an error message localized for the given java.util.Locale. |
java.lang.String |
getMessageId()
This method returns the message identifier for this exception. |
java.lang.Throwable |
getThrowable()
Deprecated. |
java.lang.Object[] |
getTokens()
This method gets the Object[] of tokens which are used in the localized message. |
java.lang.String |
toXML()
Returns a XML representation of this exception message and parameters that can be localized in the ITIM UI. |
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 ITIMCredentialExpiredException(java.lang.String msg)
msg
- string identifier for the error message.public ITIMCredentialExpiredException(java.lang.String msg, java.lang.Object[] tokenValues)
msg
- string identifier of error message.tokenValues
- Object[] containing string values for replaceable tokens
in the message bundle string.Method Detail |
public java.lang.String getMessageId()
public java.lang.Object[] getTokens()
public java.lang.String getLocalizedMessage()
getLocalizedMessage
in class java.lang.Throwable
public java.lang.String getMessage()
getMessage
in class java.lang.Throwable
public java.lang.String getMessage(java.util.Locale locale)
locale
- a java.util.Locale for which to localize the message
returned.
public java.lang.Throwable getThrowable()
public java.lang.String toXML()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |