7172737475767778
} catch (Throwable ex) { failures.add(ex); } } if (!failures.isEmpty()) { throw new DefaultMultiCauseException("Failed to run cancellation actions.", failures); } }