Class TokenStorageServiceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.atlassian.oauth2.client.api.storage.token.exception.TokenStorageServiceException
- All Implemented Interfaces:
Serializable
Represents an exception that occurs when interacting with the token storage service.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTokenStorageServiceException(String message) TokenStorageServiceException(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
-
TokenStorageServiceException
-
TokenStorageServiceException
-