Package org.apache.beam.runners.dataflow
Class DataflowJobAlreadyUpdatedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.beam.runners.dataflow.DataflowJobException
org.apache.beam.runners.dataflow.DataflowJobAlreadyUpdatedException
- All Implemented Interfaces:
Serializable
An exception that is thrown if the existing job has already been updated within the Dataflow
service and is no longer able to be updated. The
DataflowPipelineJob
contained within
this exception contains information about the pre-existing updated job.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDataflowJobAlreadyUpdatedException
(DataflowPipelineJob job, String message) Create a newDataflowJobAlreadyUpdatedException
with the specifiedDataflowPipelineJob
and message. -
Method Summary
Methods inherited from class org.apache.beam.runners.dataflow.DataflowJobException
getJob
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DataflowJobAlreadyUpdatedException
Create a newDataflowJobAlreadyUpdatedException
with the specifiedDataflowPipelineJob
and message.
-