public class BillingExceptionBase
extends java.lang.Exception
| Constructor and Description |
|---|
BillingExceptionBase(BillingExceptionBase cause) |
BillingExceptionBase(ErrorCode code,
java.lang.Object... args) |
BillingExceptionBase(java.lang.Throwable cause,
ErrorCode code,
java.lang.Object... args) |
BillingExceptionBase(java.lang.Throwable cause,
int code,
java.lang.String msg) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Throwable |
getCause() |
int |
getCode() |
java.lang.String |
getMessage() |
java.lang.String |
toString() |
public BillingExceptionBase(java.lang.Throwable cause,
int code,
java.lang.String msg)
public BillingExceptionBase(BillingExceptionBase cause)
public BillingExceptionBase(java.lang.Throwable cause,
ErrorCode code,
java.lang.Object... args)
public BillingExceptionBase(ErrorCode code, java.lang.Object... args)
public java.lang.String getMessage()
getMessage in class java.lang.Throwablepublic java.lang.Throwable getCause()
getCause in class java.lang.Throwablepublic int getCode()
public java.lang.String toString()
toString in class java.lang.ThrowableCopyright © 2010-2018. All Rights Reserved.