Google Cloud Dataflow SDK for Java, version 1.9.1
com.google.cloud.dataflow.sdk.runners
Class DataflowJobExecutionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.google.cloud.dataflow.sdk.runners.DataflowJobException
-
- com.google.cloud.dataflow.sdk.runners.DataflowJobExecutionException
-
- All Implemented Interfaces:
- Serializable
public class DataflowJobExecutionException extends DataflowJobException
Signals that a job run by aBlockingDataflowPipelineRunner
fails during execution, and provides access to the failed job.- See Also:
- Serialized Form
-
-
Method Summary
-
Methods inherited from class com.google.cloud.dataflow.sdk.runners.DataflowJobException
getJob
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-