Package org.bonitasoft.engine.work
Class DefaultExceptionRetryabilityEvaluator
- java.lang.Object
-
- org.bonitasoft.engine.work.DefaultExceptionRetryabilityEvaluator
-
- All Implemented Interfaces:
ExceptionRetryabilityEvaluator
public class DefaultExceptionRetryabilityEvaluator extends java.lang.Object implements ExceptionRetryabilityEvaluator
- Author:
- Baptiste Mesta.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.bonitasoft.engine.work.ExceptionRetryabilityEvaluator
ExceptionRetryabilityEvaluator.Retryability
-
-
Constructor Summary
Constructors Constructor Description DefaultExceptionRetryabilityEvaluator(java.util.List<java.lang.String> exceptionClassesToRetry, java.util.List<java.lang.String> exceptionClassesToNotRetry)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExceptionRetryabilityEvaluator.RetryabilityevaluateRetryability(java.lang.Throwable thrown)
-
-
-
Method Detail
-
evaluateRetryability
public ExceptionRetryabilityEvaluator.Retryability evaluateRetryability(java.lang.Throwable thrown)
- Specified by:
evaluateRetryabilityin interfaceExceptionRetryabilityEvaluator
-
-