Class TokenNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.atlassian.oauth2.client.api.storage.token.exception.UnrecoverableTokenException
com.atlassian.oauth2.client.api.storage.token.exception.TokenNotFoundException
- All Implemented Interfaces:
Serializable
Indicates that a
ClientTokenEntity can't be found in the database.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTokenNotFoundException(String message) TokenNotFoundException(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
-
Constructor Details
-
TokenNotFoundException
-
TokenNotFoundException
-