public class AuthenticationException extends RestResponseException
| Constructor and Description |
|---|
AuthenticationException(java.util.Optional<java.lang.String> authenticationHeader)
Creates new
AuthenticationException. |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAuthenticationHeader() |
getStatus, getTextpublic AuthenticationException(java.util.Optional<java.lang.String> authenticationHeader)
AuthenticationException.authenticationHeader - Authentication header which will be sent to the client.