Package io.dropwizard.auth
Class AuthenticationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
io.dropwizard.auth.AuthenticationException
- All Implemented Interfaces:
Serializable
An exception thrown to indicate that an
Authenticator is unable to check the
validity of the given credentials.
DO NOT USE THIS TO INDICATE THAT THE CREDENTIALS ARE INVALID.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAuthenticationException(String message) AuthenticationException(String message, Throwable cause) AuthenticationException(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AuthenticationException
-
AuthenticationException
-
AuthenticationException
-