Class MaxVoucherBalanceException
- 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
-
- org.cyclos.model.banking.vouchers.VoucherTopUpException
-
- org.cyclos.model.banking.vouchers.MaxVoucherBalanceException
-
- All Implemented Interfaces:
Serializable
public class MaxVoucherBalanceException extends VoucherTopUpException
Exception thrown when a top-up would make the voucher have more balance than allowed- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MaxVoucherBalanceException()
-
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
-
-