Class CustomerCouponClaimException

All Implemented Interfaces:
Serializable

public class CustomerCouponClaimException extends WebserviceException
Error exception to be thrown whenever the generic (non business-related) exception occurs
See Also:
  • Constructor Details

    • CustomerCouponClaimException

      public CustomerCouponClaimException(String message)
    • CustomerCouponClaimException

      public CustomerCouponClaimException(String message, String reason)
    • CustomerCouponClaimException

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

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

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