Class ErrorHandlingStrategyExecutor
- java.lang.Object
-
- com.evolveum.midpoint.repo.common.activity.run.ErrorHandlingStrategyExecutor
-
public class ErrorHandlingStrategyExecutor extends Object
Executes iterative task error handling strategy. The strategy consists of a set of _entries_, which are evaluated against specific error that has occurred. Each entry contains a description of _situation(s)_ and appropriate _reaction_. The mainhandleError(OperationResultStatus, Throwable, String, OperationResult)
method must be thread safe.