Package dev.relism.flash.ext.security
Class AuthenticationFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dev.relism.flash.exceptions.HttpException
dev.relism.flash.ext.security.AuthenticationFailedException
- All Implemented Interfaces:
Serializable
public final class AuthenticationFailedException
extends dev.relism.flash.exceptions.HttpException
A credential was presented and rejected. Stackless: turning away forged tokens stays cheap.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class dev.relism.flash.exceptions.HttpException
badRequest, conflict, forbidden, forbidden, internal, notFound, status, unauthorized, unprocessableMethods inherited from class java.lang.Throwable
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AuthenticationFailedException
- Parameters:
challenge- theWWW-Authenticatevalue to answer with, ornull
-
-
Method Details
-
challenge
-
fillInStackTrace
- Overrides:
fillInStackTracein classThrowable
-