Class CodeGenerationConfigurationNotFoundException

All Implemented Interfaces:
Serializable

public class CodeGenerationConfigurationNotFoundException extends NotFoundException
Exception to be thrown in the case the coupon code generation configuration cannot be retrieved
See Also:
  • Constructor Details

    • CodeGenerationConfigurationNotFoundException

      public CodeGenerationConfigurationNotFoundException(String message, String reason, String subject, Throwable cause)
    • CodeGenerationConfigurationNotFoundException

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

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

      public CodeGenerationConfigurationNotFoundException(String message, String reason)
    • CodeGenerationConfigurationNotFoundException

      public CodeGenerationConfigurationNotFoundException(String message)
  • Method Details