Class InvalidRuleException
java.lang.Object
java.lang.Throwable
java.lang.Exception
fr.gouv.vitam.common.exception.VitamException
fr.gouv.vitam.processing.common.exception.ProcessingException
fr.gouv.vitam.worker.core.exception.InvalidRuleException
- All Implemented Interfaces:
Serializable
Invalid Rule Exception when compute rules
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInvalidRuleException(UnitsRulesComputePlugin.UnitRulesComputeStatus unitRulesComputeStatus, String cause) InvalidRuleException constructorInvalidRuleException(UnitsRulesComputePlugin.UnitRulesComputeStatus status, String cause, String objectId) -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class fr.gouv.vitam.common.exception.VitamException
getVitamError, setVitamErrorMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidRuleException
public InvalidRuleException(UnitsRulesComputePlugin.UnitRulesComputeStatus status, String cause, String objectId) - Parameters:
status- the UnitRuleComputeStatus of the errorcause- the exception causeobjectId- the object in error
-
InvalidRuleException
public InvalidRuleException(UnitsRulesComputePlugin.UnitRulesComputeStatus unitRulesComputeStatus, String cause) InvalidRuleException constructor- Parameters:
unitRulesComputeStatus-cause-
-
-
Method Details
-
getUnitRulesComputeStatus
- Returns:
- unitRulesComputeStatus
-
getObjectId
-