public class GHttpException
extends org.apache.camel.CamelException
| Constructor and Description |
|---|
GHttpException(int responseCode,
InputStream responseBody,
Map<String,Object> responseHeaders) |
| Modifier and Type | Method and Description |
|---|---|
InputStream |
getResponseBody() |
int |
getResponseCode() |
Map<String,Object> |
getResponseHeaders() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic GHttpException(int responseCode,
InputStream responseBody,
Map<String,Object> responseHeaders)
public int getResponseCode()
public InputStream getResponseBody()
Apache Camel