Class DataflowJobAlreadyUpdatedException

All Implemented Interfaces:
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. The DataflowPipelineJob contained within this exception contains information about the pre-existing updated job.
See Also:
  • Constructor Details

    • DataflowJobAlreadyUpdatedException

      public DataflowJobAlreadyUpdatedException(DataflowPipelineJob job, String message)
      Create a new DataflowJobAlreadyUpdatedException with the specified DataflowPipelineJob and message.