public class PaymentApiException extends BillingExceptionBase
| Constructor and Description |
|---|
PaymentApiException(AccountApiException e) |
PaymentApiException(ErrorCode code,
java.lang.Object... args) |
PaymentApiException(InvoiceApiException e) |
PaymentApiException(java.lang.Throwable e,
ErrorCode code,
java.lang.Object... args) |
PaymentApiException(java.lang.Throwable e,
int code,
java.lang.String message) |
getCause, getCode, getMessage, toStringpublic PaymentApiException(InvoiceApiException e)
public PaymentApiException(AccountApiException e)
public PaymentApiException(java.lang.Throwable e,
ErrorCode code,
java.lang.Object... args)
public PaymentApiException(java.lang.Throwable e,
int code,
java.lang.String message)
public PaymentApiException(ErrorCode code, java.lang.Object... args)
Copyright © 2010-2019. All Rights Reserved.