public class SmartsheetException extends Exception
This is the base class for all exceptions thrown from the Smartsheet SDK.
Thread safety: Exceptions are not thread safe.
| Constructor and Description |
|---|
SmartsheetException(Exception e)
Instantiates a new smartsheet exception.
|
SmartsheetException(String message)
Constructor.
|
SmartsheetException(String message,
Throwable cause)
Constructor.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SmartsheetException(String message)
Constructor.
message - the messagepublic SmartsheetException(String message, Throwable cause)
Constructor.
message - the messagecause - the causepublic SmartsheetException(Exception e)
Instantiates a new smartsheet exception.
e - the exceptionCopyright © 2014–2019 Smartsheet. All rights reserved.