public class AuthenticationException
extends java.lang.RuntimeException
| Constructor and Description |
|---|
AuthenticationException()
No message.
|
AuthenticationException(AuthenticationResponse response)
Sets the message based on the response.
|
AuthenticationException(java.lang.String message) |
| Modifier and Type | Method and Description |
|---|---|
AuthenticationResponse |
getResponse() |
public AuthenticationException(AuthenticationResponse response)
response - The authentication responsepublic AuthenticationException()
public AuthenticationException(java.lang.String message)
message - A custom message@Nullable public AuthenticationResponse getResponse()