Class 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
    • Constructor Detail

      • HttpOperationFailedException

        public HttpOperationFailedException​(String uri,
                                            int statusCode,
                                            String statusText,
                                            String location,
                                            Map<String,​String> responseHeaders,
                                            String responseBody)
        Deprecated.