org.jclouds.vcloud
Class VCloudResponseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jclouds.http.HttpResponseException
org.jclouds.vcloud.VCloudResponseException
- All Implemented Interfaces:
- Serializable
public class VCloudResponseException
- extends org.jclouds.http.HttpResponseException
Encapsulates an VCloud Error.
- See Also:
- Serialized Form
| Fields inherited from class org.jclouds.http.HttpResponseException |
command, response |
|
Constructor Summary |
VCloudResponseException(org.jclouds.http.HttpCommand command,
org.jclouds.http.HttpResponse response,
VCloudError error)
|
VCloudResponseException(org.jclouds.http.HttpCommand command,
org.jclouds.http.HttpResponse response,
VCloudError error,
Throwable cause)
|
VCloudResponseException(String message,
org.jclouds.http.HttpCommand command,
org.jclouds.http.HttpResponse response,
VCloudError error)
|
VCloudResponseException(String message,
org.jclouds.http.HttpCommand command,
org.jclouds.http.HttpResponse response,
VCloudError error,
Throwable cause)
|
| Methods inherited from class org.jclouds.http.HttpResponseException |
getCommand, getContent, getResponse, setContent |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
VCloudResponseException
public VCloudResponseException(org.jclouds.http.HttpCommand command,
org.jclouds.http.HttpResponse response,
VCloudError error)
VCloudResponseException
public VCloudResponseException(org.jclouds.http.HttpCommand command,
org.jclouds.http.HttpResponse response,
VCloudError error,
Throwable cause)
VCloudResponseException
public VCloudResponseException(String message,
org.jclouds.http.HttpCommand command,
org.jclouds.http.HttpResponse response,
VCloudError error)
VCloudResponseException
public VCloudResponseException(String message,
org.jclouds.http.HttpCommand command,
org.jclouds.http.HttpResponse response,
VCloudError error,
Throwable cause)
setError
public void setError(VCloudError error)
getError
public VCloudError getError()
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.