Serialized Form
-
Package com.smartsheet.api
-
Class com.smartsheet.api.AccessTokenExpiredException extends AuthorizationException implements Serializable
- serialVersionUID:
- 1L
-
Class com.smartsheet.api.AuthorizationException extends SmartsheetRestException implements Serializable
- serialVersionUID:
- 1L
-
Class com.smartsheet.api.InvalidRequestException extends SmartsheetRestException implements Serializable
- serialVersionUID:
- 1L
-
Class com.smartsheet.api.ResourceNotFoundException extends SmartsheetRestException implements Serializable
- serialVersionUID:
- 1L
-
Class com.smartsheet.api.ServiceUnavailableException extends SmartsheetRestException implements Serializable
- serialVersionUID:
- 1L
-
Class com.smartsheet.api.SmartsheetException extends java.lang.Exception implements Serializable
- serialVersionUID:
- 1L
-
Class com.smartsheet.api.SmartsheetRestException extends SmartsheetException implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
detail
java.lang.Object detail
Represents any error detail provided by the API
It will be initialized in the constructor and will not change afterwards.
-
errorCode
int errorCode
Represents the error code.
It will be initialized in constructor and will not change afterwards.
-
refId
java.lang.String refId
Represents the reference ID.
It will be initialized in the constructor and will not change afterwards.
-
-
-
Package com.smartsheet.api.oauth
-
Class com.smartsheet.api.oauth.AccessDeniedException extends OAuthAuthorizationCodeException implements Serializable
- serialVersionUID:
- 1L
-
Class com.smartsheet.api.oauth.InvalidOAuthClientException extends OAuthTokenException implements Serializable
- serialVersionUID:
- 1L
-
Class com.smartsheet.api.oauth.InvalidOAuthGrantException extends OAuthTokenException implements Serializable
- serialVersionUID:
- 1L
-
Class com.smartsheet.api.oauth.InvalidScopeException extends OAuthAuthorizationCodeException implements Serializable
- serialVersionUID:
- 1L
-
Class com.smartsheet.api.oauth.InvalidTokenRequestException extends OAuthTokenException implements Serializable
- serialVersionUID:
- 1L
-
Class com.smartsheet.api.oauth.OAuthAuthorizationCodeException extends SmartsheetException implements Serializable
- serialVersionUID:
- 1L
-
Class com.smartsheet.api.oauth.OAuthTokenException extends SmartsheetException implements Serializable
- serialVersionUID:
- 1L
-
Class com.smartsheet.api.oauth.UnsupportedOAuthGrantTypeException extends OAuthTokenException implements Serializable
- serialVersionUID:
- 1L
-
Class com.smartsheet.api.oauth.UnsupportedResponseTypeException extends OAuthAuthorizationCodeException implements Serializable
- serialVersionUID:
- 1L
-