Class CartVoucherExpiredException

  • All Implemented Interfaces:
    java.io.Serializable

    public class CartVoucherExpiredException
    extends WebserviceException
    Thrown when coupons applied on cart expires
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addInvalidVoucher​(java.lang.String voucheCode)  
      java.util.List<java.lang.String> getInvalidVouchers()  
      java.lang.String getReason()  
      java.lang.String getSubjectType()  
      java.lang.String getType()  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • CartVoucherExpiredException

        public CartVoucherExpiredException​(java.lang.String message)
    • Method Detail

      • getInvalidVouchers

        public java.util.List<java.lang.String> getInvalidVouchers()
      • addInvalidVoucher

        public void addInvalidVoucher​(java.lang.String voucheCode)