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:
java.io.Serializable
public class FileRulesDurationException extends FileRulesReadException
Exception throw when rule duration is inferior than duration in configuration- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FileRulesDurationException(java.lang.String message)
FileRulesDurationException(java.lang.String message, java.lang.Throwable cause)
FileRulesDurationException(java.lang.String message, java.util.Map<java.lang.Integer,java.util.List<ErrorReport>> errorsMap)
FileRulesDurationException(java.lang.Throwable cause)
-
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
-
-
-
-
Constructor Detail
-
FileRulesDurationException
public FileRulesDurationException(java.lang.String message, java.lang.Throwable cause)
- Parameters:
message
- message to associate with the exceptioncause
- cause to associate with the exception
-
FileRulesDurationException
public FileRulesDurationException(java.lang.String message)
- Parameters:
message
- message to associate with the exception
-
FileRulesDurationException
public FileRulesDurationException(java.lang.Throwable cause)
- Parameters:
cause
- cause to associate with the exception
-
FileRulesDurationException
public FileRulesDurationException(java.lang.String message, java.util.Map<java.lang.Integer,java.util.List<ErrorReport>> errorsMap)
-
-