Uses of Class
io.smallrye.faulttolerance.core.util.SetOfThrowables
-
Packages that use SetOfThrowables Package Description io.smallrye.faulttolerance.core.util -
-
Uses of SetOfThrowables in io.smallrye.faulttolerance.core.util
Fields in io.smallrye.faulttolerance.core.util declared as SetOfThrowables Modifier and Type Field Description static SetOfThrowablesSetOfThrowables. ALLstatic SetOfThrowablesSetOfThrowables. EMPTYMethods in io.smallrye.faulttolerance.core.util that return SetOfThrowables Modifier and Type Method Description static SetOfThrowablesSetOfThrowables. create(Class<? extends Throwable> clazz)Creates 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 SetOfThrowables Constructor Description SetBasedExceptionDecision(SetOfThrowables consideredFailure, SetOfThrowables consideredExpected, boolean inspectCauseChain)
-