| Exception | Description |
|---|---|
| AccessTokenExpiredException |
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. |
| ConfigurationNotFoundException |
Indicates that a
ClientConfigurationEntity can't be found in the database. |
| RecoverableTokenException |
Indicates potentially recoverable problem with a
ClientToken. |
| RefreshTokenExpiredException |
Indicates that the
refresh token of a ClientToken has expired, and it's
no longer possible to automatically obtain a new access token. |
| TokenNotFoundException |
Indicates that a
ClientTokenEntity can't be found in the database. |
| UnrecoverableTokenException |
Indicates an unrecoverable problem with a
ClientToken. |
Copyright © 2020 Atlassian. All rights reserved.