Class 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
    • 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

      • ResourceNotFoundException

        public ResourceNotFoundException​(Error error)
        Constructor.
        Parameters:
        error - the Error object from Smartsheet REST API