Class SmartsheetException

    • Constructor Summary

      Constructors 
      Constructor Description
      SmartsheetException​(java.lang.Exception e)
      Instantiates a new smartsheet exception.
      SmartsheetException​(java.lang.String message)
      Constructor.
      SmartsheetException​(java.lang.String message, java.lang.Throwable cause)
      Constructor.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • SmartsheetException

        public SmartsheetException​(java.lang.String message)

        Constructor.

        Parameters:
        message - the message
      • SmartsheetException

        public SmartsheetException​(java.lang.String message,
                                   java.lang.Throwable cause)

        Constructor.

        Parameters:
        message - the message
        cause - the cause
      • SmartsheetException

        public SmartsheetException​(java.lang.Exception e)

        Instantiates a new smartsheet exception.

        Parameters:
        e - the exception