com.ibm.itim.ui.exception
Class ITIMUISSOUserIdNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.ibm.itim.ui.exception.ITIMUIException
              extended by com.ibm.itim.ui.exception.ITIMUISSOUserIdNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class ITIMUISSOUserIdNotFoundException
extends ITIMUIException

Exception which indicates that an SSOAdapter was unable to find the itim user id associated with the authenticated user

See Also:
Serialized Form

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

ITIMUISSOUserIdNotFoundException

public ITIMUISSOUserIdNotFoundException()
Constructs the exception with a default message indicating that the user ID could not be determined for single sign-on.


ITIMUISSOUserIdNotFoundException

public ITIMUISSOUserIdNotFoundException(java.lang.String message)
Creates an exception identified by the given message.

Parameters:
message - an error message.

ITIMUISSOUserIdNotFoundException

public ITIMUISSOUserIdNotFoundException(java.lang.String message,
                                        int msgType)
Creates an exception identified by the given message.

Parameters:
message - an error message.
msgType - constant from MessageInfo for error/warning/info

ITIMUISSOUserIdNotFoundException

public ITIMUISSOUserIdNotFoundException(java.lang.String messageKey,
                                        java.lang.Object[] messageVars)
Creates an exception identified by the given message key.

Parameters:
messageKey - key for an error message.
messageVars - message variables.

ITIMUISSOUserIdNotFoundException

public 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.

Parameters:
messageKey - key for an error message.
messageArgs - arguments to the message key
cause - root cause of this exception.

ITIMUISSOUserIdNotFoundException

public ITIMUISSOUserIdNotFoundException(java.lang.String message,
                                        java.lang.Throwable cause)
Creates an exception identified by the given message and encapsulating another throwable.

Parameters:
message - an error message.
cause - root cause of this exception.

ITIMUISSOUserIdNotFoundException

public ITIMUISSOUserIdNotFoundException(java.lang.Throwable cause)
Creates an exception encapsulating another throwable.

Parameters:
cause - root cause of this exception.


IBM Security Identity Manager 6.0.0
© Copyright International Business Machines Corporation 2007, 2012. All rights reserved. US Government Users Restricited Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.