Package com.smartsheet.api
Class ResourceNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.smartsheet.api.SmartsheetException
-
- com.smartsheet.api.SmartsheetRestException
-
- com.smartsheet.api.ResourceNotFoundException
-
- All Implemented Interfaces:
java.io.Serializable
public class ResourceNotFoundException extends SmartsheetRestException
This is the exception to indicate a resource can not be found.Basically this exception will be thrown when the Smartsheet REST API responds with "404 NOT FOUND".
Thread safety: Exceptions are not thread safe.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ResourceNotFoundException(Error error)
Constructor.
-
Method Summary
-
Methods inherited from class com.smartsheet.api.SmartsheetRestException
getDetail, getErrorCode, getRefId
-
-
-
-
Constructor Detail
-
ResourceNotFoundException
public ResourceNotFoundException(Error error)
Constructor.- Parameters:
error
- the Error object from Smartsheet REST API
-
-