public class HarvestHttpException extends HarvestRuntimeException
| Constructor and Description |
|---|
HarvestHttpException(okhttp3.ResponseBody responseBody,
int httpCode) |
HarvestHttpException(okhttp3.ResponseBody responseBody,
int httpCode,
java.lang.String message) |
| Modifier and Type | Method and Description |
|---|---|
int |
getHttpCode() |
okhttp3.ResponseBody |
getResponseBody() |