Package com.atlassian.crowd.exception
Class InvalidAuthorizationTokenException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.atlassian.crowd.exception.InvalidAuthorizationTokenException
- All Implemented Interfaces:
Serializable
Thrown when the authenticated token is invalid.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor.Default constructor.InvalidAuthorizationTokenException
(String s, Throwable throwable) Default constructor.InvalidAuthorizationTokenException
(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
-
Constructor Details
-
InvalidAuthorizationTokenException
public InvalidAuthorizationTokenException()Default constructor. -
InvalidAuthorizationTokenException
Default constructor.- Parameters:
s
- the message.
-
InvalidAuthorizationTokenException
Default constructor.- Parameters:
s
- the message.throwable
- theException
.
-
InvalidAuthorizationTokenException
Default constructor.- Parameters:
throwable
- theException
.
-