public class InvoiceApiException extends BillingExceptionBase
| Constructor and Description |
|---|
InvoiceApiException(BillingExceptionBase cause) |
InvoiceApiException(ErrorCode code,
Object... args) |
InvoiceApiException(Throwable cause,
ErrorCode code,
Object... args) |
InvoiceApiException(Throwable cause,
int code,
String msg) |
getCause, getCode, getMessage, toStringaddSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic InvoiceApiException(BillingExceptionBase cause)
Copyright © 2010-2016. All Rights Reserved.