public class AuthenticationException extends RuntimeException
Constructor and Description |
---|
AuthenticationException()
No message.
|
AuthenticationException(AuthenticationResponse response)
Sets the message based on the response.
|
AuthenticationException(String message) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public AuthenticationException(AuthenticationResponse response)
response
- The authentication responsepublic AuthenticationException()
public AuthenticationException(String message)
message
- A custom message