Class AccessTokenExpiredException
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.AccessTokenExpiredException
- All Implemented Interfaces:
Serializable
Indicates that the
access token of a ClientToken has expired, and it's
no longer possible to automatically obtain a new access token because
refresh token is not present.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAccessTokenExpiredException(String message) AccessTokenExpiredException(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
-
AccessTokenExpiredException
-
AccessTokenExpiredException
-