Class CartVoucherExpiredException

All Implemented Interfaces:
Serializable

public class CartVoucherExpiredException extends WebserviceException
Thrown when coupons applied on cart expires
See Also:
  • Constructor Details

    • CartVoucherExpiredException

      public CartVoucherExpiredException(String coupon)
  • Method Details

    • getSubjectType

      public String getSubjectType()
      Specified by:
      getSubjectType in class WebserviceException
    • getType

      public String getType()
      Specified by:
      getType in class WebserviceException
    • getInvalidVouchers

      @Deprecated(since="2105", forRemoval=true) public List<String> getInvalidVouchers()
      Deprecated, for removal: This API element is subject to removal in a future version.
      (deprecated since 2105, throw invalid voucher one ny one, no need to get all invalid vouthers)
    • addInvalidVoucher

      @Deprecated(since="2105", forRemoval=true) public void addInvalidVoucher(String voucheCode)
      Deprecated, for removal: This API element is subject to removal in a future version.
      (deprecated since 2105, throw invalid voucher one ny one, no need to get all invalid vouthers)