Class CodeGenerationConfigurationNotFoundException

  • All Implemented Interfaces:
    java.io.Serializable

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

      • CodeGenerationConfigurationNotFoundException

        public CodeGenerationConfigurationNotFoundException​(java.lang.String message,
                                                            java.lang.String reason,
                                                            java.lang.String subject,
                                                            java.lang.Throwable cause)
      • CodeGenerationConfigurationNotFoundException

        public CodeGenerationConfigurationNotFoundException​(java.lang.String message,
                                                            java.lang.String reason,
                                                            java.lang.String subject)
      • CodeGenerationConfigurationNotFoundException

        public CodeGenerationConfigurationNotFoundException​(java.lang.String message,
                                                            java.lang.String reason,
                                                            java.lang.Throwable cause)
      • CodeGenerationConfigurationNotFoundException

        public CodeGenerationConfigurationNotFoundException​(java.lang.String message,
                                                            java.lang.String reason)
      • CodeGenerationConfigurationNotFoundException

        public CodeGenerationConfigurationNotFoundException​(java.lang.String message)