Package org.apache.beam.sdk
Class Pipeline.PipelineExecutionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.beam.sdk.Pipeline.PipelineExecutionException
- All Implemented Interfaces:
Serializable
- Enclosing class:
Pipeline
Thrown during execution of a
Pipeline
, whenever user code within that Pipeline
throws an exception.
The original exception thrown by user code may be retrieved via Throwable.getCause()
.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PipelineExecutionException
Wrapscause
into aPipeline.PipelineExecutionException
.
-