Class TokenHandler.InvalidTokenException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.atlassian.oauth2.client.api.storage.TokenHandler.InvalidTokenException
- All Implemented Interfaces:
Serializable
- Enclosing interface:
- TokenHandler
Indicates that there was a problem with a
ClientToken and it couldn't be used for successful
authorisation with an OAuth 2.0 resource server.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInvalidTokenException(String message) InvalidTokenException(String message, Throwable cause) InvalidTokenException(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
-
InvalidTokenException
public InvalidTokenException() -
InvalidTokenException
-
InvalidTokenException
-
InvalidTokenException
-