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.Throwable
public java.lang.Throwable getCause()
getCause
in class java.lang.Throwable
public int getCode()
public java.lang.String toString()
toString
in class java.lang.Throwable
Copyright © 2010-2019. All Rights Reserved.