Class CartVoucherExpiredException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- de.hybris.platform.webservicescommons.errors.exceptions.WebserviceException
-
- de.hybris.platform.chinesepaymentocc.exceptions.CartVoucherExpiredException
-
- All Implemented Interfaces:
java.io.Serializable
public class CartVoucherExpiredException extends WebserviceException
Thrown when coupons applied on cart expires- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CartVoucherExpiredException(java.lang.String message)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddInvalidVoucher(java.lang.String voucheCode)java.util.List<java.lang.String>getInvalidVouchers()java.lang.StringgetReason()java.lang.StringgetSubjectType()java.lang.StringgetType()-
Methods inherited from class de.hybris.platform.webservicescommons.errors.exceptions.WebserviceException
getSubject
-
-
-
-
Method Detail
-
getSubjectType
public java.lang.String getSubjectType()
- Specified by:
getSubjectTypein classWebserviceException
-
getType
public java.lang.String getType()
- Specified by:
getTypein classWebserviceException
-
getReason
public java.lang.String getReason()
- Overrides:
getReasonin classWebserviceException
-
getInvalidVouchers
public java.util.List<java.lang.String> getInvalidVouchers()
-
addInvalidVoucher
public void addInvalidVoucher(java.lang.String voucheCode)
-
-