Class AccessTokenExpiredException

  • All Implemented Interfaces:
    java.io.Serializable

    public class AccessTokenExpiredException
    extends AuthorizationException

    This is the exception to indicate that an access token expired error returned from Smartsheet REST API. This exception will be thrown when the Smartsheet REST API generates a "1003 Your Access Token has expired" error.

    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

      • AccessTokenExpiredException

        public AccessTokenExpiredException​(Error error)
        Instantiates a new access token expired exception.
        Parameters:
        error - the error