public class InvalidRequestException extends SmartsheetRestException
This is the exception to indicate invalid request error returned from Smartsheet REST API.
Basically this exception will be thrown when the Smartsheet REST API responds with "400 BAD REQUEST".
Thread safety: Exceptions are not thread safe.
| Constructor and Description |
|---|
InvalidRequestException(Error error)
Constructor.
|
getDetail, getErrorCode, getRefIdaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InvalidRequestException(Error error)
error - the Error object from Smartsheet REST APICopyright © 2014–2019 Smartsheet. All rights reserved.