public class BatchExecutionException extends DistributedExecutionException
ExecutionUtil
will flatten DistributedExecutionException
's
containing batch execution exception such that the client only sees flat DistributedExecutionException's.
In other words, this exception will never be seen by clients, but cluster provider implementations should throw
it if they process a batch where the batch has multiple exceptions.Constructor and Description |
---|
BatchExecutionException(List<? extends Throwable> exceptions)
Create a batch execution exception from a list of causes
|
getCauses, printStackTrace, printStackTrace, printStackTrace, toString
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace
Copyright © 2016 Actian Corporation. All rights reserved.