Class DataflowJobAlreadyExistsException

All Implemented Interfaces:
Serializable

public class DataflowJobAlreadyExistsException extends DataflowJobException
An exception that is thrown if the unique job name constraint of the Dataflow service is broken because an existing job with the same job name is currently active. The DataflowPipelineJob contained within this exception contains information about the pre-existing job.
See Also:
  • Constructor Details