public class KintoneApiRuntimeException extends KintoneRuntimeException
| Constructor and Description |
|---|
KintoneApiRuntimeException(int statusCode,
Map<String,Object> headers,
String content) |
| Modifier and Type | Method and Description |
|---|---|
String |
getContent()
HTTP response content or
null for none. |
Map<String,Object> |
getHeaders()
The HTTP response headers.
|
int |
getStatusCode()
The HTTP status code.
|