Class FileRulesDeleteException

All Implemented Interfaces:
Serializable

public class FileRulesDeleteException extends ReferentialException
Exception thrown when user want to be delete a unit linked to a fileRules
See Also:
  • Constructor Details

    • FileRulesDeleteException

      public FileRulesDeleteException(String message, List<FileRulesModel> usedDeletedRules)
      Parameters:
      message - message to associate with the exception
      usedDeletedRules -
  • Method Details