Google Cloud Dataflow SDK for Java, version 1.9.1
com.google.cloud.dataflow.sdk.runners
Class DataflowJobCancelledException
- 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.DataflowJobCancelledException
-
- All Implemented Interfaces:
- Serializable
public class DataflowJobCancelledException extends DataflowJobException
Signals that a job run by aBlockingDataflowPipelineRunner
was updated during execution.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description DataflowJobCancelledException(DataflowPipelineJob job, String message)
Create a newDataflowJobAlreadyUpdatedException
with the specifiedDataflowPipelineJob
and message.DataflowJobCancelledException(DataflowPipelineJob job, String message, Throwable cause)
Create a newDataflowJobAlreadyUpdatedException
with the specifiedDataflowPipelineJob
, message, and cause.
-
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
-
DataflowJobCancelledException
public DataflowJobCancelledException(DataflowPipelineJob job, String message)
Create a newDataflowJobAlreadyUpdatedException
with the specifiedDataflowPipelineJob
and message.
-
DataflowJobCancelledException
public DataflowJobCancelledException(DataflowPipelineJob job, String message, Throwable cause)
Create a newDataflowJobAlreadyUpdatedException
with the specifiedDataflowPipelineJob
, message, and cause.
-
-