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:
Serializable
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 Summary
ConstructorsConstructorDescriptionDataflowJobAlreadyExistsException
(DataflowPipelineJob job, String message) Create a newDataflowJobAlreadyExistsException
with the specifiedDataflowPipelineJob
and message. -
Method Summary
Methods inherited from class org.apache.beam.runners.dataflow.DataflowJobException
getJob
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DataflowJobAlreadyExistsException
Create a newDataflowJobAlreadyExistsException
with the specifiedDataflowPipelineJob
and message.
-