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