Package com.smartsheet.api
Class AccessTokenExpiredException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.smartsheet.api.SmartsheetException
-
- com.smartsheet.api.SmartsheetRestException
-
- com.smartsheet.api.AuthorizationException
-
- com.smartsheet.api.AccessTokenExpiredException
-
- All Implemented Interfaces:
java.io.Serializable
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.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AccessTokenExpiredException(Error error)
Instantiates a new access token expired exception.
-
Method Summary
-
Methods inherited from class com.smartsheet.api.SmartsheetRestException
getDetail, getErrorCode, getRefId
-
-
-
-
Constructor Detail
-
AccessTokenExpiredException
public AccessTokenExpiredException(Error error)
Instantiates a new access token expired exception.- Parameters:
error
- the error
-
-