public class UnresolvedPrincipalException extends PrincipalException
| Constructor and Description |
|---|
UnresolvedPrincipalException(Authentication authentication)
Creates a new instance from an authentication event that was successful prior to principal resolution.
|
UnresolvedPrincipalException(Authentication authentication,
Exception cause)
Creates a new instance from an authentication event that was successful prior to principal resolution.
|
getHandlerErrors, getHandlerSuccessesaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UnresolvedPrincipalException(Authentication authentication)
authentication - Authentication event.public UnresolvedPrincipalException(Authentication authentication, Exception cause)
authentication - Authentication event.cause - Exception that prevented principal resolution.Copyright © 2004-2015 Apereo. All Rights Reserved.