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