Package org.killbill.billing.catalog.api
Class CatalogApiException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.killbill.billing.BillingExceptionBase
-
- org.killbill.billing.catalog.api.CatalogApiException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
CurrencyValueNull,IllegalPlanChange
public class CatalogApiException extends BillingExceptionBase
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CatalogApiException(Throwable cause, ErrorCode code, Object... args)CatalogApiException(BillingExceptionBase cause)CatalogApiException(ErrorCode code, Object... args)
-
Method Summary
-
Methods inherited from class org.killbill.billing.BillingExceptionBase
getCause, getCode, getMessage, toString
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-