Class CouponServiceException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- de.hybris.platform.couponservices.CouponServiceException
-
- All Implemented Interfaces:
java.io.Serializable
public class CouponServiceException extends java.lang.RuntimeException
General coupon service exception- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CouponServiceException(java.lang.String message)
CouponServiceException(java.lang.String message, java.lang.Throwable cause)
-