public class ITIMUISSOUserIdNotFoundException extends ITIMUIException
| Constructor and Description |
|---|
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.
|
getLocalizedMessage, getMessage, getMessage, getMessageKey, getMessageVariables, getTmsIdpublic 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/infopublic 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.