Class CouponNotFoundException

All Implemented Interfaces:
Serializable

public class CouponNotFoundException extends NotFoundException
Exception to be thrown in the case the coupon cannot be retrieved
See Also:
  • Constructor Details

    • CouponNotFoundException

      public CouponNotFoundException(String message, String reason, String subject, Throwable cause)
    • CouponNotFoundException

      public CouponNotFoundException(String message, String reason, String subject)
    • CouponNotFoundException

      public CouponNotFoundException(String message, String reason, Throwable cause)
    • CouponNotFoundException

      public CouponNotFoundException(String message, String reason)
    • CouponNotFoundException

      public CouponNotFoundException(String message)
  • Method Details