Class CouponCodesNotFoundWsException

All Implemented Interfaces:
Serializable

public class CouponCodesNotFoundWsException extends WebserviceException
Exception to be thrown in the case the coupon cannot be retrieved
See Also:
  • Constructor Details

    • CouponCodesNotFoundWsException

      public CouponCodesNotFoundWsException(String message)
    • CouponCodesNotFoundWsException

      public CouponCodesNotFoundWsException(String message, String reason)
    • CouponCodesNotFoundWsException

      public CouponCodesNotFoundWsException(String message, String reason, Throwable cause)
    • CouponCodesNotFoundWsException

      public CouponCodesNotFoundWsException(String message, String reason, String subject)
    • CouponCodesNotFoundWsException

      public CouponCodesNotFoundWsException(String message, String reason, String subject, Throwable cause)
  • Method Details