Class ServiceUnavailableException

  • All Implemented Interfaces:
    java.io.Serializable

    public class ServiceUnavailableException
    extends SmartsheetRestException

    This is the exception to indicate a service unavailable error (possibly due to rate limiting) returned from the Smartsheet REST API.

    Basically this exception will be thrown when the Smartsheet REST API responds with "503 SERVICE UNAVAILABLE".

    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

      • ServiceUnavailableException

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