Package ch.aaap.harvestclient.exception
Class RateLimitedException
Object
Throwable
Exception
RuntimeException
ch.aaap.harvestclient.exception.HarvestRuntimeException
ch.aaap.harvestclient.exception.HarvestHttpException
ch.aaap.harvestclient.exception.RateLimitedException
- All Implemented Interfaces:
 Serializable
- See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionRateLimitedException(okhttp3.ResponseBody responseBody) RateLimitedException(okhttp3.ResponseBody responseBody, String message)  - 
Method Summary
Methods inherited from class ch.aaap.harvestclient.exception.HarvestHttpException
getHttpCode, getResponseBody, initMessageMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
RateLimitedException
public RateLimitedException(okhttp3.ResponseBody responseBody)  - 
RateLimitedException
 
 -