Package org.flasby.security
Class Auth401Exception
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.flasby.security.HttpResponseException
-
- org.flasby.security.AuthException
-
- org.flasby.security.Auth401Exception
-
- All Implemented Interfaces:
Serializable
public class Auth401Exception extends AuthException
The 401 (Unauthorized) status code indicates that the request has not been applied because it lacks valid authentication credentials for the target resource.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Auth401Exception()
Auth401Exception(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
-
Auth401Exception
public Auth401Exception()
-
Auth401Exception
public Auth401Exception(Throwable cause)
-
-