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 newDataflowJobAlreadyUpdatedExceptionwith the specifiedDataflowPipelineJoband message. -
Method Summary
Methods inherited from class org.apache.beam.runners.dataflow.DataflowJobException
getJobMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DataflowJobAlreadyUpdatedException
Create a newDataflowJobAlreadyUpdatedExceptionwith the specifiedDataflowPipelineJoband message.
-