Class RateLimitedException

All Implemented Interfaces:
Serializable

public class RateLimitedException extends BitbucketClientException
The request was not accepted on the remote server due to rate limiting.
Since:
3.1
See Also:
  • Constructor Details

    • RateLimitedException

      public RateLimitedException(String message, int responseCode, @Nullable String body, okhttp3.Headers headers)
  • Method Details

    • getRetryIn

      public long getRetryIn()
      Returns:
      The time in ms to retry in