Uses of Class
org.killbill.billing.ErrorCode
-
-
Uses of ErrorCode in org.killbill.billing
Methods in org.killbill.billing that return ErrorCode Modifier and Type Method Description static ErrorCodeErrorCode. fromCode(int code)static ErrorCodeErrorCode. 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.Constructors in org.killbill.billing with parameters of type ErrorCode Constructor Description BillingExceptionBase(Throwable cause, ErrorCode code, Object... args)BillingExceptionBase(ErrorCode code, Object... args) -
Uses of ErrorCode in org.killbill.billing.account.api
Constructors in org.killbill.billing.account.api with parameters of type ErrorCode Constructor Description AccountApiException(Throwable cause, ErrorCode code, Object... args)AccountApiException(ErrorCode code, Object... args) -
Uses of ErrorCode in org.killbill.billing.catalog.api
Constructors in org.killbill.billing.catalog.api with parameters of type ErrorCode Constructor Description CatalogApiException(Throwable cause, ErrorCode code, Object... args)CatalogApiException(ErrorCode code, Object... args) -
Uses of ErrorCode in org.killbill.billing.currency.api
Constructors in org.killbill.billing.currency.api with parameters of type ErrorCode Constructor Description CurrencyConversionException(Throwable cause, ErrorCode code, Object... args)CurrencyConversionException(ErrorCode code, Object... args) -
Uses of ErrorCode in org.killbill.billing.entitlement.api
Constructors in org.killbill.billing.entitlement.api with parameters of type ErrorCode Constructor Description BlockingApiException(Throwable cause, ErrorCode code, Object... args)BlockingApiException(ErrorCode code, Object... args)EntitlementApiException(Throwable e, ErrorCode code, Object... args)EntitlementApiException(ErrorCode code, Object... args)SubscriptionApiException(Throwable e, ErrorCode code, Object... args)SubscriptionApiException(ErrorCode code, Object... args) -
Uses of ErrorCode in org.killbill.billing.invoice.api
Constructors in org.killbill.billing.invoice.api with parameters of type ErrorCode Constructor Description InvoiceApiException(Throwable cause, ErrorCode code, Object... args)InvoiceApiException(ErrorCode code, Object... args) -
Uses of ErrorCode in org.killbill.billing.overdue.api
Constructors in org.killbill.billing.overdue.api with parameters of type ErrorCode Constructor Description OverdueApiException(Throwable cause, ErrorCode code, Object... args)OverdueApiException(ErrorCode code, Object... args) -
Uses of ErrorCode in org.killbill.billing.payment.api
Constructors in org.killbill.billing.payment.api with parameters of type ErrorCode Constructor Description PaymentApiException(Throwable e, ErrorCode code, Object... args)PaymentApiException(ErrorCode code, Object... args) -
Uses of ErrorCode in org.killbill.billing.security
Constructors in org.killbill.billing.security with parameters of type ErrorCode Constructor Description SecurityApiException(Throwable cause, ErrorCode code, Object... args)SecurityApiException(ErrorCode code, Object... args) -
Uses of ErrorCode in org.killbill.billing.tenant.api
Constructors in org.killbill.billing.tenant.api with parameters of type ErrorCode Constructor Description TenantApiException(Throwable cause, ErrorCode code, Object... args)TenantApiException(ErrorCode code, Object... args) -
Uses of ErrorCode in org.killbill.billing.usage.api
Constructors in org.killbill.billing.usage.api with parameters of type ErrorCode Constructor Description UsageApiException(Throwable cause, ErrorCode code, Object... args)UsageApiException(ErrorCode code, Object... args) -
Uses of ErrorCode in org.killbill.billing.util.api
Constructors in org.killbill.billing.util.api with parameters of type ErrorCode Constructor Description CustomFieldApiException(Throwable cause, ErrorCode code, Object... args)CustomFieldApiException(ErrorCode code, Object... args)TagApiException(Throwable cause, ErrorCode code, Object... args)TagApiException(ErrorCode code, Object... args)TagDefinitionApiException(Throwable cause, ErrorCode code, Object... args)TagDefinitionApiException(ErrorCode code, Object... args)
-