public static class Pipeline.PipelineExecutionException extends RuntimeException
Pipeline, whenever user code within that
Pipeline throws an exception.
The original exception thrown by user code may be retrieved via Throwable.getCause().
| Constructor and Description |
|---|
PipelineExecutionException(Throwable cause)
Wraps
cause into a Pipeline.PipelineExecutionException. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic PipelineExecutionException(Throwable cause)
cause into a Pipeline.PipelineExecutionException.