|
|||||||||||
| 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.ui.exception.ITIMUIException
com.ibm.itim.ui.exception.ITIMUISSOUserIdNotFoundException
public class ITIMUISSOUserIdNotFoundException
Exception which indicates that an SSOAdapter was unable to find the itim user id associated with the authenticated user
| Constructor Summary | |
|---|---|
ITIMUISSOUserIdNotFoundException()
Constructs the exception with a default message indicating that the user ID could not be determined for single sign-on. |
|
ITIMUISSOUserIdNotFoundException(java.lang.String message)
Creates an exception identified by the given message. |
|
ITIMUISSOUserIdNotFoundException(java.lang.String message,
int msgType)
Creates an exception identified by the given message. |
|
ITIMUISSOUserIdNotFoundException(java.lang.String messageKey,
java.lang.Object[] messageVars)
Creates an exception identified by the given message key. |
|
ITIMUISSOUserIdNotFoundException(java.lang.String messageKey,
java.lang.Object[] messageArgs,
java.lang.Throwable cause)
Creates an exception identified by the given message key and encapsulating another throwable. |
|
ITIMUISSOUserIdNotFoundException(java.lang.String message,
java.lang.Throwable cause)
Creates an exception identified by the given message and encapsulating another throwable. |
|
ITIMUISSOUserIdNotFoundException(java.lang.Throwable cause)
Creates an exception encapsulating another throwable. |
|
| Method Summary |
|---|
| Methods inherited from class com.ibm.itim.ui.exception.ITIMUIException |
|---|
getLocalizedMessage, getMessage, getMessage, getMessageKey, getMessageVariables, getTmsId |
| 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 ITIMUISSOUserIdNotFoundException()
public ITIMUISSOUserIdNotFoundException(java.lang.String message)
message - an error message.
public ITIMUISSOUserIdNotFoundException(java.lang.String message,
int msgType)
message - an error message.msgType - constant from MessageInfo for error/warning/info
public ITIMUISSOUserIdNotFoundException(java.lang.String messageKey,
java.lang.Object[] messageVars)
messageKey - key for an error message.messageVars - message variables.
public ITIMUISSOUserIdNotFoundException(java.lang.String messageKey,
java.lang.Object[] messageArgs,
java.lang.Throwable cause)
messageKey - key for an error message.messageArgs - arguments to the message keycause - root cause of this exception.
public ITIMUISSOUserIdNotFoundException(java.lang.String message,
java.lang.Throwable cause)
message - an error message.cause - root cause of this exception.public ITIMUISSOUserIdNotFoundException(java.lang.Throwable cause)
cause - root cause of this exception.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||