Package org.apache.camel.http.common
Class HttpOperationFailedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.camel.CamelException
-
- org.apache.camel.http.base.HttpOperationFailedException
-
- org.apache.camel.http.common.HttpOperationFailedException
-
- All Implemented Interfaces:
Serializable
,org.apache.camel.spi.HttpResponseAware
@Deprecated public class HttpOperationFailedException extends org.apache.camel.http.base.HttpOperationFailedException
Deprecated.use org.apache.camel.http.base.HttpOperationFailedException- See Also:
- Serialized Form
-
-
Method Summary
-
Methods inherited from class org.apache.camel.http.base.HttpOperationFailedException
getHttpResponseCode, getHttpResponseStatus, getRedirectLocation, getResponseBody, getResponseHeaders, getStatusCode, getStatusText, getUri, hasRedirectLocation, isRedirectError, setHttpResponseCode, setHttpResponseStatus
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-