Class FailureException

  • All Implemented Interfaces:
    Serializable

    public class FailureException
    extends AuthException
    Authentication failed.

    This exception is thrown by an AuthModule when authentication failed. This exception is only thrown when the module has updated the response message in the AuthParam.

    Version:
    %I%, %G%
    See Also:
    Serialized Form
    • Constructor Detail

      • FailureException

        public FailureException()
        Constructs a FailureException with no detail message. A detail message is a String that describes this particular exception.
      • FailureException

        public FailureException​(String msg)
        Constructs a FailureException with the specified detail message. A detail message is a String that describes this particular exception.
        Parameters:
        msg - the detail message.