Package org.killbill.billing
Class BillingExceptionBase
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.killbill.billing.BillingExceptionBase
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AccountApiException,BlockingApiException,CatalogApiException,CurrencyConversionException,CustomFieldApiException,EntitlementApiException,InvoiceApiException,OverdueApiException,PaymentApiException,SecurityApiException,SubscriptionApiException,TagApiException,TagDefinitionApiException,TenantApiException,UsageApiException
public class BillingExceptionBase extends Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BillingExceptionBase(Throwable cause, int code, String msg)BillingExceptionBase(Throwable cause, ErrorCode code, Object... args)BillingExceptionBase(BillingExceptionBase cause)BillingExceptionBase(ErrorCode code, Object... args)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ThrowablegetCause()intgetCode()StringgetMessage()StringtoString()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-
-
-
Constructor Detail
-
BillingExceptionBase
public BillingExceptionBase(BillingExceptionBase cause)
-
-