Uses of Class
io.smallrye.faulttolerance.core.util.SetOfThrowables
Packages that use SetOfThrowables
-
Uses of SetOfThrowables in io.smallrye.faulttolerance.core.util
Fields in io.smallrye.faulttolerance.core.util declared as SetOfThrowablesModifier and TypeFieldDescriptionstatic final SetOfThrowablesSetOfThrowables.ALLstatic final SetOfThrowablesSetOfThrowables.EMPTYMethods in io.smallrye.faulttolerance.core.util that return SetOfThrowablesModifier and TypeMethodDescriptionstatic SetOfThrowablesCreates a set consisting of a single throwable class.static SetOfThrowablesSetOfThrowables.create(Collection<Class<? extends Throwable>> classes) Creates a set of throwable classes that can later be inspected usingincludes(Class).Constructors in io.smallrye.faulttolerance.core.util with parameters of type SetOfThrowablesModifierConstructorDescriptionSetBasedExceptionDecision(SetOfThrowables consideredFailure, SetOfThrowables consideredExpected, boolean inspectCauseChain)