Package org.killbill.billing.account.api
Class AccountApiException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.killbill.billing.BillingExceptionBase
-
- org.killbill.billing.account.api.AccountApiException
-
- All Implemented Interfaces:
Serializable
public class AccountApiException extends BillingExceptionBase
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AccountApiException(Throwable cause, int code, String msg)AccountApiException(Throwable cause, ErrorCode code, Object... args)AccountApiException(ErrorCode code, Object... args)
-
Method Summary
-
Methods inherited from class org.killbill.billing.BillingExceptionBase
getCause, getCode, getMessage, toString
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-