Class CouponNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- de.hybris.platform.webservicescommons.errors.exceptions.WebserviceException
-
- de.hybris.platform.webservicescommons.errors.exceptions.NotFoundException
-
- de.hybris.platform.couponwebservices.CouponNotFoundException
-
- All Implemented Interfaces:
java.io.Serializable
public class CouponNotFoundException extends NotFoundException
Exception to be thrown in the case the coupon cannot be retrieved- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CouponNotFoundException(java.lang.String message)CouponNotFoundException(java.lang.String message, java.lang.String reason)CouponNotFoundException(java.lang.String message, java.lang.String reason, java.lang.String subject)CouponNotFoundException(java.lang.String message, java.lang.String reason, java.lang.String subject, java.lang.Throwable cause)CouponNotFoundException(java.lang.String message, java.lang.String reason, java.lang.Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetType()-
Methods inherited from class de.hybris.platform.webservicescommons.errors.exceptions.NotFoundException
getSubjectType
-
Methods inherited from class de.hybris.platform.webservicescommons.errors.exceptions.WebserviceException
getReason, getSubject
-
-
-
-
Constructor Detail
-
CouponNotFoundException
public CouponNotFoundException(java.lang.String message, java.lang.String reason, java.lang.String subject, java.lang.Throwable cause)
-
CouponNotFoundException
public CouponNotFoundException(java.lang.String message, java.lang.String reason, java.lang.String subject)
-
CouponNotFoundException
public CouponNotFoundException(java.lang.String message, java.lang.String reason, java.lang.Throwable cause)
-
CouponNotFoundException
public CouponNotFoundException(java.lang.String message, java.lang.String reason)
-
CouponNotFoundException
public CouponNotFoundException(java.lang.String message)
-
-
Method Detail
-
getType
public java.lang.String getType()
- Overrides:
getTypein classNotFoundException
-
-