Package com.dropbox.core
Class RateLimitException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.dropbox.core.DbxException
com.dropbox.core.RetryException
com.dropbox.core.RateLimitException
- All Implemented Interfaces:
Serializable
The server is overloaded, or you have hit a rate limit. Try again later after the designated
backoff (see
RetryException.getBackoffMillis()).- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionRateLimitException(String requestId, String message, long backoff, TimeUnit unit) -
Method Summary
Methods inherited from class com.dropbox.core.RetryException
getBackoffMillisMethods inherited from class com.dropbox.core.DbxException
getRequestIdMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RateLimitException
-