public static final class AuthenticationHandler.InvalidAuthenticationException extends Exception
| Constructor and Description |
|---|
AuthenticationHandler.InvalidAuthenticationException(String message,
Throwable cause) |
AuthenticationHandler.InvalidAuthenticationException(String message,
Throwable cause,
Map<String,String> additionalHeaders,
String redirect) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
getAdditionalHeaders() |
String |
getRedirect() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic AuthenticationHandler.InvalidAuthenticationException(String message, Throwable cause)
message - Message to output in error responsecause - Underlying exceptionpublic AuthenticationHandler.InvalidAuthenticationException(String message, Throwable cause, Map<String,String> additionalHeaders, String redirect)
message - Message to output in error responsecause - Underlying exceptionadditionalHeaders - Headers to add to error responseredirect - URL to redirect to on errorCopyright © 2007-2012. All Rights Reserved.