Package com.illumon.util
Class AuthUtil.AuthenticationRejected
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.illumon.util.AuthUtil.AuthenticationFailure
com.illumon.util.AuthUtil.AuthenticationRejected
- All Implemented Interfaces:
Serializable
- Enclosing class:
- AuthUtil
public static class AuthUtil.AuthenticationRejected extends AuthUtil.AuthenticationFailure
An unchecked exception representing authentication rejection of a token
for the requested purpose.
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description AuthenticationRejected(String reason)
AuthenticationRejected(String message, Throwable cause)
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString