public class ExecutionExceptions extends ExecutionException implements Iterable<Throwable>
Constructor and Description |
---|
ExecutionExceptions(List<? extends Throwable> causes) |
ExecutionExceptions(String message,
List<? extends Throwable> causes) |
Modifier and Type | Method and Description |
---|---|
List<? extends Throwable> |
causes() |
Iterator<Throwable> |
iterator() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.