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:
Serializable
Exception to be thrown in the case the coupon cannot be retrieved
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCouponNotFoundException(String message) CouponNotFoundException(String message, String reason) CouponNotFoundException(String message, String reason, String subject) CouponNotFoundException(String message, String reason, String subject, Throwable cause) CouponNotFoundException(String message, String reason, Throwable cause) -
Method Summary
Methods inherited from class de.hybris.platform.webservicescommons.errors.exceptions.NotFoundException
getSubjectTypeMethods 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
-
CouponNotFoundException
-
CouponNotFoundException
-
CouponNotFoundException
-
CouponNotFoundException
-
CouponNotFoundException
-
-
Method Details
-
getType
- Overrides:
getTypein classNotFoundException
-