Class AuthenticationMechanismException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ibm.security.access.extension.authn.AuthenticationMechanismException
All Implemented Interfaces:
Serializable

public class AuthenticationMechanismException extends Exception
This class represents an authentication mechanism exception. This exception is thrown when the authentication mechanism is unable to authenticate the user.
See Also:
  • Constructor Details

    • AuthenticationMechanismException

      public AuthenticationMechanismException(String message)
      Create an authentication mechanism exception with the specified message.
      Parameters:
      message - The message.
    • AuthenticationMechanismException

      public AuthenticationMechanismException(String message, Throwable cause)
      Create an authentication mechanism exception with the specified message and cause.
      Parameters:
      message - The message.
      cause - The cause.