Package com.atlassian.crowd.exception
Class InvalidTokenException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.atlassian.crowd.exception.InvalidTokenException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
TokenExpiredException
,TokenNotFoundException
Thrown when an invalid token is provided.
- See Also:
-
Constructor Summary
ConstructorDescriptionDefault constructor.InvalidTokenException
(String s, Throwable throwable) Default constructor.InvalidTokenException
(Throwable throwable) Default constructor. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString