public class PrincipalException extends AuthenticationException
| Constructor and Description |
|---|
PrincipalException(String message,
Map<String,Class<? extends Exception>> handlerErrors,
Map<String,HandlerResult> handlerSuccesses)
Creates a new instance.
|
getHandlerErrors, getHandlerSuccessesaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic PrincipalException(String message, Map<String,Class<? extends Exception>> handlerErrors, Map<String,HandlerResult> handlerSuccesses)
message - Error message.handlerErrors - Map of handler names to errors.handlerSuccesses - Map of handler names to authentication successes.Copyright © 2004-2014 Jasig. All Rights Reserved.