Class SetBasedExceptionDecision
java.lang.Object
io.smallrye.faulttolerance.core.util.SetBasedExceptionDecision
- All Implemented Interfaces:
ExceptionDecision
-
Field Summary
Fields inherited from interface io.smallrye.faulttolerance.core.util.ExceptionDecision
ALWAYS_EXPECTED, ALWAYS_FAILURE -
Constructor Summary
ConstructorsConstructorDescriptionSetBasedExceptionDecision(SetOfThrowables consideredFailure, SetOfThrowables consideredExpected, boolean inspectCauseChain) -
Method Summary
-
Constructor Details
-
SetBasedExceptionDecision
public SetBasedExceptionDecision(SetOfThrowables consideredFailure, SetOfThrowables consideredExpected, boolean inspectCauseChain)
-
-
Method Details
-
isConsideredExpected
- Specified by:
isConsideredExpectedin interfaceExceptionDecision
-