Class FileRulesDeleteException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- fr.gouv.vitam.common.exception.VitamException
-
- fr.gouv.vitam.functional.administration.common.exception.ReferentialException
-
- fr.gouv.vitam.functional.administration.common.exception.FileRulesDeleteException
-
- All Implemented Interfaces:
java.io.Serializable
public class FileRulesDeleteException extends ReferentialException
Exception thrown when user want to be delete a unit linked to a fileRules- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FileRulesDeleteException(java.lang.String message, java.util.List<FileRulesModel> usedDeletedRules)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<FileRulesModel>
getUsedDeletedRules()
-
Methods inherited from class fr.gouv.vitam.common.exception.VitamException
getVitamError, setVitamError
-
-
-
-
Constructor Detail
-
FileRulesDeleteException
public FileRulesDeleteException(java.lang.String message, java.util.List<FileRulesModel> usedDeletedRules)
- Parameters:
message
- message to associate with the exceptionusedDeletedRules
-
-
-
Method Detail
-
getUsedDeletedRules
public java.util.List<FileRulesModel> getUsedDeletedRules()
-
-