Class RedeemingNotAllowedForUserException
- 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.VoucherRedeemingException
-
- org.cyclos.model.banking.vouchers.RedeemingNotAllowedForUserException
-
- All Implemented Interfaces:
Serializable
public class RedeemingNotAllowedForUserException extends VoucherRedeemingException
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)- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RedeemingNotAllowedForUserException()
-
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
-
-