public class HttpResponseException extends RuntimeException
Modifier and Type | Field and Description |
---|---|
protected HttpCommand |
command |
protected HttpResponse |
response |
Constructor and Description |
---|
HttpResponseException(HttpCommand command,
HttpResponse response) |
HttpResponseException(HttpCommand command,
HttpResponse response,
String content) |
HttpResponseException(HttpCommand command,
HttpResponse response,
String content,
Throwable cause) |
HttpResponseException(HttpCommand command,
HttpResponse response,
Throwable cause) |
HttpResponseException(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) |
Modifier and Type | Method and Description |
---|---|
HttpCommand |
getCommand() |
String |
getContent() |
HttpResponse |
getResponse() |
void |
setContent(String content) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
protected final HttpCommand command
protected final HttpResponse response
public HttpResponseException(String message, HttpCommand command, @Nullable HttpResponse response, Throwable cause)
public HttpResponseException(String message, HttpCommand command, @Nullable HttpResponse response, String content, Throwable cause)
public HttpResponseException(HttpCommand command, HttpResponse response, Throwable cause)
public HttpResponseException(HttpCommand command, HttpResponse response, String content, Throwable cause)
public HttpResponseException(String message, HttpCommand command, @Nullable HttpResponse response)
public HttpResponseException(String message, HttpCommand command, @Nullable HttpResponse response, String content)
public HttpResponseException(HttpCommand command, HttpResponse response)
public HttpResponseException(HttpCommand command, HttpResponse response, String content)
public HttpCommand getCommand()
public HttpResponse getResponse()
public void setContent(String content)
public String getContent()
Copyright © 2009-2012 jclouds. All Rights Reserved.