Class Webservice.WebserviceError

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    Webservice

    public static class Webservice.WebserviceError
    extends java.lang.Throwable
    Error thrown by Webservice on error
    See Also:
    Serialized Form
    • Method Detail

      • getRetryAfterInMillis

        public int getRetryAfterInMillis()
        Get the time to wait before sending another request
        Returns:
        retryAfter (in milliseconds)
      • setRetryAfter

        public void setRetryAfter​(int retryAfter)
        Set the time (in seconds) to wait before sending another request