public class AccessTokenExpiredException extends AuthorizationException
This is the exception to indicate that an access token expired error returned from Smartsheet REST API. This exception will be thrown when the Smartsheet REST API generates a "1003 Your Access Token has expired" error.
Thread safety: Exceptions are not thread safe.
| Constructor and Description |
|---|
AccessTokenExpiredException(Error error)
Instantiates a new access token expired exception.
|
getDetail, getErrorCode, getRefIdaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic AccessTokenExpiredException(Error error)
error - the errorCopyright © 2014–2019 Smartsheet. All rights reserved.