com.ibm.itim.authentication

Class AuthenticationException

  • java.lang.Object
    • java.lang.Throwable
      • java.lang.Exception
        • com.ibm.itim.authentication.AuthenticationException
  • All Implemented Interfaces:
    java.io.Serializable
    Direct Known Subclasses:
    AuthenticationFailedException, ConfigurationException


    public class AuthenticationException
    extends java.lang.Exception
    AuthenticationException is a class that extends the Exception class for identifying exceptions that are originated from within the Authentication package.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor and Description
      AuthenticationException()
      Constructs an AuthenticationException.
      AuthenticationException(java.lang.String explanation)
      Constructs an AuthenticationException with a detailed explanation of the reason for the exception.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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

      • AuthenticationException

        public AuthenticationException()
        Constructs an AuthenticationException.
      • AuthenticationException

        public AuthenticationException(java.lang.String explanation)
        Constructs an AuthenticationException with a detailed explanation of the reason for the exception.
        Parameters:
        explanation - detailed explanation of the reason for the exception.