All Implemented Interfaces:
Serializable
Direct Known Subclasses:
FileRulesNotFoundException, InvalidFileRulesParseException

public class FileRulesException extends ReferentialException
FileRulesException manage File Rules Exception
See Also:
  • Constructor Details

    • FileRulesException

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

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

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