Class RateLimitedException
- java.lang.Object
 - 
- java.lang.Throwable
 - 
- java.lang.Exception
 - 
- java.lang.RuntimeException
 - 
- com.atlassian.bitbucket.jenkins.internal.client.exception.BitbucketClientException
 - 
- com.atlassian.bitbucket.jenkins.internal.client.exception.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:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description RateLimitedException(String message, int responseCode, String body, okhttp3.Headers headers) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetRetryIn()- 
Methods inherited from class com.atlassian.bitbucket.jenkins.internal.client.exception.BitbucketClientException
toString 
- 
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace 
 - 
 
 -