Class AuthenticationFailedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.security.GeneralSecurityException
-
- javax.security.auth.login.LoginException
-
- javax.security.auth.message.AuthException
-
- org.forgerock.caf.authentication.api.AuthenticationException
-
- org.forgerock.caf.authentication.framework.AuthenticationFailedException
-
- All Implemented Interfaces:
Serializable
public final class AuthenticationFailedException extends AuthenticationException
An authentication exception which signifies that authentication of the request has failed and an appropriate unauthorized response should be returned to the client.- Since:
- 2.0.0
- See Also:
- Serialized Form
-
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-