Package org.jclouds.http
Class HttpResponseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jclouds.http.HttpResponseException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AtmosResponseException
,AWSResponseException
,AzureStorageResponseException
,B2ResponseException
,GlacierResponseException
,GoGridResponseException
,UltraDNSWSResponseException
Represents an error obtained from an HttpResponse.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionHttpResponseException
(String message, HttpCommand command, HttpResponse response) HttpResponseException
(String message, HttpCommand command, HttpResponse response, String content) HttpResponseException
(String message, HttpCommand command, HttpResponse response, String content, Throwable cause) HttpResponseException
(String message, HttpCommand command, HttpResponse response, Throwable cause) HttpResponseException
(HttpCommand command, HttpResponse response) HttpResponseException
(HttpCommand command, HttpResponse response, boolean logSensitiveInformation) HttpResponseException
(HttpCommand command, HttpResponse response, String content) HttpResponseException
(HttpCommand command, HttpResponse response, String content, Throwable cause) HttpResponseException
(HttpCommand command, HttpResponse response, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
command
-
response
-
-
Constructor Details
-
HttpResponseException
public HttpResponseException(String message, HttpCommand command, @Nullable HttpResponse response, Throwable cause) -
HttpResponseException
public HttpResponseException(String message, HttpCommand command, @Nullable HttpResponse response, String content, Throwable cause) -
HttpResponseException
-
HttpResponseException
public HttpResponseException(HttpCommand command, HttpResponse response, String content, Throwable cause) -
HttpResponseException
-
HttpResponseException
public HttpResponseException(String message, HttpCommand command, @Nullable HttpResponse response, String content) -
HttpResponseException
-
HttpResponseException
public HttpResponseException(HttpCommand command, HttpResponse response, boolean logSensitiveInformation) -
HttpResponseException
-
-
Method Details
-
getCommand
-
getResponse
-
setContent
-
getContent
-