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