Google Cloud Dataflow SDK for Java, version 1.9.1
com.google.cloud.dataflow.sdk.runners
Class DataflowJobException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.google.cloud.dataflow.sdk.runners.DataflowJobException
-
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- DataflowJobAlreadyExistsException, DataflowJobAlreadyUpdatedException, DataflowJobCancelledException, DataflowJobExecutionException, DataflowJobUpdatedException, DataflowServiceException
public abstract class DataflowJobException extends RuntimeException
ARuntimeException
that contains information about aDataflowPipelineJob
.- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description DataflowPipelineJob
getJob()
Returns the failed job.-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
getJob
public DataflowPipelineJob getJob()
Returns the failed job.
-
-