Class FileRulesDurationException

All Implemented Interfaces:
Serializable

public class FileRulesDurationException extends FileRulesReadException
Exception throw when rule duration is inferior than duration in configuration
See Also:
  • Constructor Details

    • FileRulesDurationException

      public FileRulesDurationException(String message, Throwable cause)
      Parameters:
      message - message to associate with the exception
      cause - cause to associate with the exception
    • FileRulesDurationException

      public FileRulesDurationException(String message)
      Parameters:
      message - message to associate with the exception
    • FileRulesDurationException

      public FileRulesDurationException(Throwable cause)
      Parameters:
      cause - cause to associate with the exception
    • FileRulesDurationException

      public FileRulesDurationException(String message, Map<Integer,List<ErrorReport>> errorsMap)