Class FileRulesDurationException
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.FileRulesReadException
fr.gouv.vitam.functional.administration.common.exception.FileRulesDurationException
- All Implemented Interfaces:
Serializable
Exception throw when rule duration is inferior than duration in configuration
- See Also:
-
Constructor Summary
ConstructorDescriptionFileRulesDurationException
(String message) FileRulesDurationException
(String message, Throwable cause) FileRulesDurationException
(String message, Map<Integer, List<ErrorReport>> errorsMap) -
Method Summary
Methods inherited from class fr.gouv.vitam.functional.administration.common.exception.FileRulesReadException
getErrorsMap
Methods inherited from class fr.gouv.vitam.common.exception.VitamException
getVitamError, setVitamError
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
FileRulesDurationException
- Parameters:
message
- message to associate with the exceptioncause
- cause to associate with the exception
-
FileRulesDurationException
- Parameters:
message
- message to associate with the exception
-
FileRulesDurationException
- Parameters:
cause
- cause to associate with the exception
-
FileRulesDurationException
-