public static class Pipeline.PipelineExecutionException
extends java.lang.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(java.lang.Throwable cause)
Wraps
cause into a Pipeline.PipelineExecutionException . |
public PipelineExecutionException(java.lang.Throwable cause)
cause
into a Pipeline.PipelineExecutionException
.