Searched defs:IOExceptionList (Results 1 – 1 of 1) sorted by relevance
35 public class IOExceptionList extends IOException implements Iterable<Throwable> { class72 public IOExceptionList(final List<? extends Throwable> causeList) { in IOExceptionList() method in IOExceptionList83 public IOExceptionList(final String message, final List<? extends Throwable> causeList) { in IOExceptionList() method in IOExceptionList