Class VoucherException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.cyclos.model.CyclosException
-
- org.cyclos.model.BusinessException
-
- org.cyclos.model.banking.vouchers.VoucherException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
MaxTotalOpenAmountException,VoucherBuyingException,VoucherRedeemingException,VoucherTopUpException
public abstract class VoucherException extends BusinessException
Base exception type for vouchers- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description VoucherException()
-
Method Summary
-
Methods inherited from class org.cyclos.model.CyclosException
getAttribute, getMessage, setAttribute, shouldGenerateLog
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-