| Package | Description | 
|---|---|
| org.jclouds.vcloud | |
| org.jclouds.vcloud.domain | |
| org.jclouds.vcloud.domain.internal | |
| org.jclouds.vcloud.util | |
| org.jclouds.vcloud.xml | 
| Modifier and Type | Method and Description | 
|---|---|
VCloudError | 
VCloudResponseException.getError()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
VCloudResponseException.setError(VCloudError error)  | 
| 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 | 
Task.getError()
error message or related information returned by the task 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ErrorImpl  | 
| Modifier and Type | Method and Description | 
|---|---|
VCloudError | 
TaskImpl.getError()  | 
| Constructor and Description | 
|---|
TaskImpl(URI id,
        String operation,
        TaskStatus status,
        Date startTime,
        Date endTime,
        Date expiryTime,
        ReferenceType owner,
        VCloudError error)  | 
| Modifier and Type | Method and Description | 
|---|---|
static VCloudError | 
Utils.newError(Map<String,String> attributes)  | 
VCloudError | 
VCloudUtils.parseErrorFromContent(HttpRequest request,
                     HttpResponse response)  | 
| Modifier and Type | Method and Description | 
|---|---|
VCloudError | 
ErrorHandler.getResult()  | 
Copyright © 2009-2013 jclouds. All Rights Reserved.