com.cognos.CAM_AAA.authentication

Class UserRecoverableException

  • All Implemented Interfaces:
    java.io.Serializable


    public class UserRecoverableException
    extends UnrecoverableException
    Indicates that the authentication failed but recovery is possible following interaction with the user.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor and Description
      UserRecoverableException(java.lang.String theCaption, java.lang.String theMessage)
      Creates a user recoverable exception.
    • Constructor Detail

      • UserRecoverableException

        public UserRecoverableException(java.lang.String theCaption,
                                        java.lang.String theMessage)
        Creates a user recoverable exception.
        Parameters:
        theCaption - The caption to display for this exception.
        theMessage - The details about the condition that caused this exception.
    • Method Detail

      • getDisplayObjects

        public IDisplayObject[] getDisplayObjects()
        Returns all the display objects that are part of this exception.
        Returns:
        An array of display objects that are part of this exception.
      • addDisplayObject

        public void addDisplayObject(IDisplayObject theDisplayObject)
        Adds a display object to this exception.
        Parameters:
        theDisplayObject - The display object to be added.