public class DistributedExecutionException extends ExecutionException
ExecutionException in a distributed context. A DistributedExceptionException
can have multiple causes.| Constructor and Description |
|---|
DistributedExecutionException(List<? extends Throwable> exceptions)
Creates the exception from a list of causes
|
| Modifier and Type | Method and Description |
|---|---|
List<Throwable> |
getCauses()
Returns the cause exceptions
|
void |
printStackTrace()
Prints this exception's stack trace, and the stack trace of all the
causing exceptions, to the standard error stream.
|
void |
printStackTrace(PrintStream printStream)
Prints this exception's stack trace, and the stack trace of all the
causing exceptions, to the specified
PrintStream. |
void |
printStackTrace(PrintWriter printWriter)
Prints this exception's stack trace, and the stack trace of all the
causing exceptions, to the specified
PrintWriter. |
String |
toString()
Prints this exception's stack trace and cause map.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTracepublic List<Throwable> getCauses()
public void printStackTrace()
printStackTrace in class Throwablepublic void printStackTrace(PrintStream printStream)
PrintStream.printStackTrace in class Throwablepublic void printStackTrace(PrintWriter printWriter)
PrintWriter.printStackTrace in class ThrowableCopyright © 2019 Actian Corporation. All rights reserved.