| Modifier and Type | Method and Description |
|---|---|
static ErrorCode |
ErrorCode.fromCode(int code) |
static ErrorCode |
ErrorCode.valueOf(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,
Object... args) |
BillingExceptionBase(Throwable cause,
ErrorCode code,
Object... args) |
| Constructor and Description |
|---|
AccountApiException(ErrorCode code,
Object... args) |
AccountApiException(Throwable cause,
ErrorCode code,
Object... args) |
| Constructor and Description |
|---|
CatalogApiException(ErrorCode code,
Object... args) |
CatalogApiException(Throwable cause,
ErrorCode code,
Object... args) |
| Constructor and Description |
|---|
CurrencyConversionException(ErrorCode code,
Object... args) |
CurrencyConversionException(Throwable cause,
ErrorCode code,
Object... args) |
| Constructor and Description |
|---|
BlockingApiException(ErrorCode code,
Object... args) |
BlockingApiException(Throwable cause,
ErrorCode code,
Object... args) |
EntitlementApiException(ErrorCode code,
Object... args) |
EntitlementApiException(Throwable e,
ErrorCode code,
Object... args) |
SubscriptionApiException(ErrorCode code,
Object... args) |
SubscriptionApiException(Throwable e,
ErrorCode code,
Object... args) |
| Constructor and Description |
|---|
InvoiceApiException(ErrorCode code,
Object... args) |
InvoiceApiException(Throwable cause,
ErrorCode code,
Object... args) |
| Constructor and Description |
|---|
OverdueApiException(ErrorCode code,
Object... args) |
OverdueApiException(Throwable cause,
ErrorCode code,
Object... args) |
| Constructor and Description |
|---|
PaymentApiException(ErrorCode code,
Object... args) |
PaymentApiException(Throwable e,
ErrorCode code,
Object... args) |
| Constructor and Description |
|---|
SecurityApiException(ErrorCode code,
Object... args) |
SecurityApiException(Throwable cause,
ErrorCode code,
Object... args) |
| Constructor and Description |
|---|
TenantApiException(ErrorCode code,
Object... args) |
TenantApiException(Throwable cause,
ErrorCode code,
Object... args) |
| Constructor and Description |
|---|
CustomFieldApiException(ErrorCode code,
Object... args) |
CustomFieldApiException(Throwable cause,
ErrorCode code,
Object... args) |
TagApiException(ErrorCode code,
Object... args) |
TagApiException(Throwable cause,
ErrorCode code,
Object... args) |
TagDefinitionApiException(ErrorCode code,
Object... args) |
TagDefinitionApiException(Throwable cause,
ErrorCode code,
Object... args) |
Copyright © 2010-2015. All Rights Reserved.