public class ServiceUnavailableException extends SmartsheetRestException
This is the exception to indicate a service unavailable error (possibly due to rate limiting) returned from the Smartsheet REST API.
Basically this exception will be thrown when the Smartsheet REST API responds with "503 SERVICE UNAVAILABLE".
Thread safety: Exceptions are not thread safe.
| Constructor and Description |
|---|
ServiceUnavailableException(Error error)
Constructor.
|
getErrorCode, getRefIdaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ServiceUnavailableException(Error error)
error - the Error object from Smartsheet REST APICopyright © 2014–2017 Smartsheet. All rights reserved.