com.ibm.itim.apps

Class AuthenticationException

  • All Implemented Interfaces:
    java.io.Serializable

    Deprecated.

    public class AuthenticationException
    extends ApplicationException
    AuthenticationException identifies an authentication failure.
    See Also:
    Serialized Form
    • Constructor Detail

      • AuthenticationException

        public AuthenticationException(java.lang.String errCode)
        Deprecated. 
        Constructs with an error code.
        Parameters:
        errCode - Code for the error.
      • AuthenticationException

        public AuthenticationException(java.lang.String errCode,
                                       java.lang.String exMsg)
        Deprecated. 
        Constructs with an error code and an extra message string.
        Parameters:
        errCode - Error code identifying the problem.
        exMsg - Additional information in a String.
      • AuthenticationException

        public AuthenticationException(java.lang.String errCode,
                                       java.lang.Throwable cause)
        Deprecated. 
        Constructs with an error code and the cause exception.
        Parameters:
        errCode - Error code identifying the problem.
        cause - Throwable representing the exception causing this exception.