Package org.apache.beam.runners.dataflow
Class DataflowJobAlreadyExistsException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.beam.runners.dataflow.DataflowJobException
-
- org.apache.beam.runners.dataflow.DataflowJobAlreadyExistsException
-
- All Implemented Interfaces:
java.io.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. TheDataflowPipelineJobcontained within this exception contains information about the pre-existing job.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DataflowJobAlreadyExistsException(DataflowPipelineJob job, java.lang.String message)Create a newDataflowJobAlreadyExistsExceptionwith the specifiedDataflowPipelineJoband message.
-
Method Summary
-
Methods inherited from class org.apache.beam.runners.dataflow.DataflowJobException
getJob
-
-
-
-
Constructor Detail
-
DataflowJobAlreadyExistsException
public DataflowJobAlreadyExistsException(DataflowPipelineJob job, java.lang.String message)
Create a newDataflowJobAlreadyExistsExceptionwith the specifiedDataflowPipelineJoband message.
-
-