com.ibm.itim.ui.exception

Class 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

      Constructors 
      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.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, 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.