org.apache.camel.component.gae.http
Class GHttpException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.camel.CamelException
org.apache.camel.component.gae.http.GHttpException
- All Implemented Interfaces:
- Serializable
public class GHttpException
- extends org.apache.camel.CamelException
Thrown to indicate a response code >=400.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
GHttpException
public GHttpException(int responseCode,
InputStream responseBody,
Map<String,Object> responseHeaders)
getResponseCode
public int getResponseCode()
getResponseBody
public InputStream getResponseBody()
getResponseHeaders
public Map<String,Object> getResponseHeaders()
Apache CAMEL