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, setStackTrace
public List<Throwable> getCauses()
public void printStackTrace()
printStackTrace
in class Throwable
public void printStackTrace(PrintStream printStream)
PrintStream
.printStackTrace
in class Throwable
public void printStackTrace(PrintWriter printWriter)
PrintWriter
.printStackTrace
in class Throwable
Copyright © 2019 Actian Corporation. All rights reserved.