Class EntitlementApiException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.killbill.billing.BillingExceptionBase
-
- org.killbill.billing.entitlement.api.EntitlementApiException
-
- All Implemented Interfaces:
Serializable
public class EntitlementApiException extends BillingExceptionBase
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EntitlementApiException(Throwable e, int code, String message)EntitlementApiException(Throwable e, ErrorCode code, Object... args)EntitlementApiException(BillingExceptionBase e)EntitlementApiException(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
-
-
-
-
Constructor Detail
-
EntitlementApiException
public EntitlementApiException(BillingExceptionBase e)
-
EntitlementApiException
public EntitlementApiException(Throwable e, ErrorCode code, Object... args)
-
-