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:
- java.io.Serializable
 
 public class RateLimitException extends RetryException The server is overloaded, or you have hit a rate limit. Try again later after the designated backoff (seeRetryException.getBackoffMillis()).- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description RateLimitException(java.lang.String requestId, java.lang.String message, long backoff, java.util.concurrent.TimeUnit unit)
 - 
Method Summary- 
Methods inherited from class com.dropbox.core.RetryExceptiongetBackoffMillis
 - 
Methods inherited from class com.dropbox.core.DbxExceptiongetRequestId
 
- 
 
-