Class RecoverableTokenException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.atlassian.oauth2.client.api.storage.token.exception.RecoverableTokenException
- All Implemented Interfaces:
Serializable
Indicates potentially recoverable problem with a
ClientToken.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionRecoverableTokenException(String message, Throwable cause, Instant invalidSince) RecoverableTokenException(String message, Instant invalidSince) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RecoverableTokenException
-
RecoverableTokenException
-
-
Method Details
-
getInvalidSince
- Returns:
- since when the token was constantly invalid
-