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%
Fields Summary
private static final long
serialVersionUID
Constructors Summary
public FailureException()
Constructs a FailureException with no detail message. A detail
message is a String that describes this particular exception.