Package org.flasby.security
Class Auth403Exception
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.flasby.security.HttpResponseException
-
- org.flasby.security.AuthException
-
- org.flasby.security.Auth403Exception
-
- All Implemented Interfaces:
Serializable
public class Auth403Exception extends AuthException
The 403 (Forbidden) status code indicates that the server understood the request but refuses to authorize it...If authentication credentials were provided in the request, the server considers them insufficient to grant access.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Auth403Exception()
Auth403Exception(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 Detail
-
Auth403Exception
public Auth403Exception()
-
Auth403Exception
public Auth403Exception(Throwable cause)
-
-