Package org.killbill.billing.invoice.api
Class InvoiceApiException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.killbill.billing.BillingExceptionBase
-
- org.killbill.billing.invoice.api.InvoiceApiException
-
- All Implemented Interfaces:
Serializable
public class InvoiceApiException extends BillingExceptionBase
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvoiceApiException(Throwable cause, int code, String msg)InvoiceApiException(Throwable cause, ErrorCode code, Object... args)InvoiceApiException(BillingExceptionBase cause)InvoiceApiException(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
-
-
-
-
Constructor Detail
-
InvoiceApiException
public InvoiceApiException(BillingExceptionBase cause)
-
-