public interface MultiException
Jetty uses a MultiException which contains multiple throwables. The MultiException itself isn't all that meaningful - the
good stuff is in its contained throwables. This interface exposes that list of throwables so we can report stack traces for those.