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:
Serializable
Thrown when coupons applied on cart expires
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddInvalidVoucher(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)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)getType()Methods inherited from class de.hybris.platform.webservicescommons.errors.exceptions.WebserviceException
getReason, getSubjectMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CartVoucherExpiredException
-
-
Method Details
-
getSubjectType
- Specified by:
getSubjectTypein classWebserviceException
-
getType
- Specified by:
getTypein classWebserviceException
-
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, 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)
-