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