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