Package | Description |
---|---|
org.jclouds.vcloud.domain | |
org.jclouds.vcloud.domain.internal |
Modifier and Type | Method and Description |
---|---|
static VCloudError.MinorCode |
VCloudError.MinorCode.fromValue(String minorCode) |
VCloudError.MinorCode |
VCloudError.getMinorErrorCode() |
static VCloudError.MinorCode |
VCloudError.MinorCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VCloudError.MinorCode[] |
VCloudError.MinorCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
VCloudError.MinorCode |
ErrorImpl.getMinorErrorCode() |
Constructor and Description |
---|
ErrorImpl(String message,
int majorErrorCode,
VCloudError.MinorCode minorErrorCode,
String vendorSpecificErrorCode,
String stackTrace) |
Copyright © 2009-2013 jclouds. All Rights Reserved.