public class VCloudResponseException extends HttpResponseException
command, response
Constructor and Description |
---|
VCloudResponseException(HttpCommand command,
HttpResponse response,
VCloudError error) |
VCloudResponseException(HttpCommand command,
HttpResponse response,
VCloudError error,
Throwable cause) |
VCloudResponseException(String message,
HttpCommand command,
HttpResponse response,
VCloudError error) |
VCloudResponseException(String message,
HttpCommand command,
HttpResponse response,
VCloudError error,
Throwable cause) |
Modifier and Type | Method and Description |
---|---|
VCloudError |
getError() |
void |
setError(VCloudError error) |
getCommand, getContent, getResponse, setContent
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public VCloudResponseException(HttpCommand command, HttpResponse response, VCloudError error)
public VCloudResponseException(HttpCommand command, HttpResponse response, VCloudError error, Throwable cause)
public VCloudResponseException(String message, HttpCommand command, HttpResponse response, VCloudError error)
public VCloudResponseException(String message, HttpCommand command, HttpResponse response, VCloudError error, Throwable cause)
public void setError(VCloudError error)
public VCloudError getError()
Copyright © 2009-2012 jclouds. All Rights Reserved.