public class FailureException extends AuthException
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.
Constructor and Description |
---|
FailureException()
Constructs a FailureException with no detail message.
|
FailureException(String msg)
Constructs a FailureException with the specified detail message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public FailureException()
public FailureException(String msg)
msg
- the detail message.Copyright © 2019. All rights reserved.