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:
java.io.Serializable
public class DataflowJobAlreadyUpdatedException extends DataflowJobException
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. TheDataflowPipelineJobcontained within this exception contains information about the pre-existing updated job.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DataflowJobAlreadyUpdatedException(DataflowPipelineJob job, java.lang.String message)Create a newDataflowJobAlreadyUpdatedExceptionwith the specifiedDataflowPipelineJoband message.
-
Method Summary
-
Methods inherited from class org.apache.beam.runners.dataflow.DataflowJobException
getJob
-
-
-
-
Constructor Detail
-
DataflowJobAlreadyUpdatedException
public DataflowJobAlreadyUpdatedException(DataflowPipelineJob job, java.lang.String message)
Create a newDataflowJobAlreadyUpdatedExceptionwith the specifiedDataflowPipelineJoband message.
-
-