public class DataflowJobAlreadyUpdatedException extends DataflowJobException
DataflowPipelineJob
contained within
this exception contains information about the pre-existing updated job.Constructor and Description |
---|
DataflowJobAlreadyUpdatedException(DataflowPipelineJob job,
java.lang.String message)
Create a new
DataflowJobAlreadyUpdatedException with the specified DataflowPipelineJob and message. |
getJob
public DataflowJobAlreadyUpdatedException(DataflowPipelineJob job, java.lang.String message)
DataflowJobAlreadyUpdatedException
with the specified DataflowPipelineJob
and message.