Class CouponCodeGenerationWsException

All Implemented Interfaces:
Serializable

public class CouponCodeGenerationWsException extends WebserviceException
Exception to be thrown in the case of error during coupon generation
See Also:
  • Constructor Details

    • CouponCodeGenerationWsException

      public CouponCodeGenerationWsException(String message)
    • CouponCodeGenerationWsException

      public CouponCodeGenerationWsException(String message, String reason)
    • CouponCodeGenerationWsException

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

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

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