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