public interface VCloudError
| Modifier and Type | Interface and Description |
|---|---|
static class |
VCloudError.MinorCode |
| Modifier and Type | Method and Description |
|---|---|
int |
getMajorErrorCode() |
String |
getMessage() |
VCloudError.MinorCode |
getMinorErrorCode() |
String |
getStackTrace() |
String |
getVendorSpecificErrorCode() |
String getMessage()
int getMajorErrorCode()
@Nullable VCloudError.MinorCode getMinorErrorCode()
@Nullable String getVendorSpecificErrorCode()
String getStackTrace()
Copyright © 2009-2012 jclouds. All Rights Reserved.