Package com.soklet.web.exception
Class AuthenticationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.soklet.web.exception.AuthenticationException
- All Implemented Interfaces:
Serializable
Indicates that the requested URL requires authentication.
This normally corresponds to an HTTP 401
response.
- Since:
- 1.1.0
- Author:
- Mark Allen
- See Also:
-
Constructor Summary
ConstructorDescriptionAuthenticationException
(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
public AuthenticationException() -
AuthenticationException
-
AuthenticationException
-
AuthenticationException
-