Google Cloud Dataflow SDK for Java, version 1.9.1
com.google.cloud.dataflow.sdk.runners
Class DataflowJobAlreadyUpdatedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.google.cloud.dataflow.sdk.runners.DataflowJobException
-
- com.google.cloud.dataflow.sdk.runners.DataflowJobAlreadyUpdatedException
-
- All Implemented Interfaces:
- Serializable
public class DataflowJobAlreadyUpdatedException extends DataflowJobException
An exception that is thrown if the existing job has already been updated within the Dataflow service and is no longer able to be updated. TheDataflowPipelineJob
contained within this exception contains information about the pre-existing updated job.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description DataflowJobAlreadyUpdatedException(DataflowPipelineJob job, String message)
Create a newDataflowJobAlreadyUpdatedException
with the specifiedDataflowPipelineJob
and message.
-
Method Summary
-
Methods inherited from class com.google.cloud.dataflow.sdk.runners.DataflowJobException
getJob
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
DataflowJobAlreadyUpdatedException
public DataflowJobAlreadyUpdatedException(DataflowPipelineJob job, String message)
Create a newDataflowJobAlreadyUpdatedException
with the specifiedDataflowPipelineJob
and message.
-
-