Package org.apache.camel.http.base
Class HttpOperationFailedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.camel.CamelException
-
- org.apache.camel.http.base.HttpOperationFailedException
-
- All Implemented Interfaces:
Serializable
public class HttpOperationFailedException extends org.apache.camel.CamelException
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getRedirectLocation()
String
getResponseBody()
Map<String,String>
getResponseHeaders()
int
getStatusCode()
String
getStatusText()
String
getUri()
boolean
hasRedirectLocation()
boolean
isRedirectError()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
getUri
public String getUri()
-
isRedirectError
public boolean isRedirectError()
-
hasRedirectLocation
public boolean hasRedirectLocation()
-
getRedirectLocation
public String getRedirectLocation()
-
getStatusCode
public int getStatusCode()
-
getStatusText
public String getStatusText()
-
getResponseBody
public String getResponseBody()
-
-