| Modifier and Type | Method and Description |
|---|---|
static ErrorCode |
ErrorCode.fromCode(int code) |
static ErrorCode |
ErrorCode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ErrorCode[] |
ErrorCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
BillingExceptionBase(ErrorCode code,
java.lang.Object... args) |
BillingExceptionBase(java.lang.Throwable cause,
ErrorCode code,
java.lang.Object... args) |
| Constructor and Description |
|---|
AccountApiException(ErrorCode code,
java.lang.Object... args) |
AccountApiException(java.lang.Throwable cause,
ErrorCode code,
java.lang.Object... args) |
| Constructor and Description |
|---|
CatalogApiException(ErrorCode code,
java.lang.Object... args) |
CatalogApiException(java.lang.Throwable cause,
ErrorCode code,
java.lang.Object... args) |
| Constructor and Description |
|---|
CurrencyConversionException(ErrorCode code,
java.lang.Object... args) |
CurrencyConversionException(java.lang.Throwable cause,
ErrorCode code,
java.lang.Object... args) |
| Constructor and Description |
|---|
BlockingApiException(ErrorCode code,
java.lang.Object... args) |
BlockingApiException(java.lang.Throwable cause,
ErrorCode code,
java.lang.Object... args) |
EntitlementApiException(ErrorCode code,
java.lang.Object... args) |
EntitlementApiException(java.lang.Throwable e,
ErrorCode code,
java.lang.Object... args) |
SubscriptionApiException(ErrorCode code,
java.lang.Object... args) |
SubscriptionApiException(java.lang.Throwable e,
ErrorCode code,
java.lang.Object... args) |
| Constructor and Description |
|---|
InvoiceApiException(ErrorCode code,
java.lang.Object... args) |
InvoiceApiException(java.lang.Throwable cause,
ErrorCode code,
java.lang.Object... args) |
| Constructor and Description |
|---|
OverdueApiException(ErrorCode code,
java.lang.Object... args) |
OverdueApiException(java.lang.Throwable cause,
ErrorCode code,
java.lang.Object... args) |
| Constructor and Description |
|---|
PaymentApiException(ErrorCode code,
java.lang.Object... args) |
PaymentApiException(java.lang.Throwable e,
ErrorCode code,
java.lang.Object... args) |
| Constructor and Description |
|---|
SecurityApiException(ErrorCode code,
java.lang.Object... args) |
SecurityApiException(java.lang.Throwable cause,
ErrorCode code,
java.lang.Object... args) |
| Constructor and Description |
|---|
TenantApiException(ErrorCode code,
java.lang.Object... args) |
TenantApiException(java.lang.Throwable cause,
ErrorCode code,
java.lang.Object... args) |
| Constructor and Description |
|---|
UsageApiException(ErrorCode code,
java.lang.Object... args) |
UsageApiException(java.lang.Throwable cause,
ErrorCode code,
java.lang.Object... args) |
| Constructor and Description |
|---|
CustomFieldApiException(ErrorCode code,
java.lang.Object... args) |
CustomFieldApiException(java.lang.Throwable cause,
ErrorCode code,
java.lang.Object... args) |
TagApiException(ErrorCode code,
java.lang.Object... args) |
TagApiException(java.lang.Throwable cause,
ErrorCode code,
java.lang.Object... args) |
TagDefinitionApiException(ErrorCode code,
java.lang.Object... args) |
TagDefinitionApiException(java.lang.Throwable cause,
ErrorCode code,
java.lang.Object... args) |
Copyright © 2010-2018. All Rights Reserved.