| BuyingMaxAmountReachedForPeriodException |
Exception thrown when attempting to buy vouchers and the max buy amount for period was exceeded
|
| BuyingMaxOpenAmountException |
Exception thrown when attempting to buy vouchers for a user, and the total open amount exceeds the maximum allowed
|
| BuyingNotAllowedForUserException |
Exception thrown when attempting to buy vouchers for a user that is not allowed by the voucher type
|
| InsufficientVoucherBalanceException |
Exception thrown when attempting to redeem a voucher with an amount greater that its balance.
|
| MaxTotalOpenAmountException |
Exception thrown when either generating or buying vouchers, and the maximum total open amount is exceeded
|
| MaxVoucherBalanceException |
Exception thrown when a top-up would make the voucher have more balance than allowed
|
| RedeemingNotAllowedForUserException |
Exception thrown when attempting to redeem a voucher with a user that is not allowed
(the type defines a set of allowed users or groups)
|
| RedeemingNotAllowedForVoucherException |
Exception thrown when attempting to redeem a voucher that is not no longer open
|
| RedeemingNotAllowedTodayException |
Exception thrown when attempting to redeem a voucher in a day that is not allowed
|
| RedeemingNotAllowedYetException |
Exception thrown when attempting to redeem a voucher before the redeeming begin date
|
| RedeemingUserBlockedException |
Exception thrown when a user was blocked by exceeding the maximum redeem attempts
|
| TopUpNotAllowedForVoucherException |
Exception thrown when attempting to top-up a voucher in an invalid status
|
| VoucherActivationExpiredException |
Exception thrown when attempting to activate a voucher but the activation interval has already elapsed
|
| VoucherAlreadyActivatedException |
Exception thrown when attempting to activate with a fixed amount, and the voucher was already activated
|
| VoucherBuyingException |
Base exception type for buying vouchers
|
| VoucherException |
Base exception type for vouchers
|
| VoucherRedeemingException |
Base exception type for errors on voucher redeem
|
| VoucherTopUpException |
Base exception type for activating inactive vouchers
|