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