Class AuthenticationException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
PrincipalException, UnauthorizedAuthenticationException

public class AuthenticationException extends RootCasException
Authentication raised by AuthenticationManager to signal authentication failure. Authentication failure typically occurs when one or more AuthenticationHandler components fail to authenticate credentials. This exception contains information about handler successes and failures that may be used by higher-level components to determine subsequent behavior.
Since:
4.0.0
See Also: