Package com.illumon.util
Class AuthUtil.AuthenticationFailure
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.illumon.util.AuthUtil.AuthenticationFailure
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AuthUtil.AuthenticationRejected
- Enclosing class:
- AuthUtil
public static class AuthUtil.AuthenticationFailure extends RuntimeException
An unchecked exception representing failure to authenticate a token or gain necessary permission for a
given user.
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description AuthenticationFailure(String reason)
AuthenticationFailure(String message, Throwable cause)
AuthenticationFailure(Throwable cause)
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString