public class DataflowJobUpdatedException extends DataflowJobException
BlockingDataflowPipelineRunner was updated during execution.| Constructor and Description |
|---|
DataflowJobUpdatedException(DataflowPipelineJob job,
String message,
DataflowPipelineJob replacedByJob)
Create a new
DataflowJobUpdatedException with the specified original DataflowPipelineJob, message, and replacement DataflowPipelineJob. |
DataflowJobUpdatedException(DataflowPipelineJob job,
String message,
DataflowPipelineJob replacedByJob,
Throwable cause)
Create a new
DataflowJobUpdatedException with the specified original DataflowPipelineJob, message, replacement DataflowPipelineJob, and cause. |
| Modifier and Type | Method and Description |
|---|---|
DataflowPipelineJob |
getReplacedByJob()
The new job that replaces the job terminated with this exception.
|
getJobaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic DataflowJobUpdatedException(DataflowPipelineJob job, String message, DataflowPipelineJob replacedByJob)
DataflowJobUpdatedException with the specified original DataflowPipelineJob, message, and replacement DataflowPipelineJob.public DataflowJobUpdatedException(DataflowPipelineJob job, String message, DataflowPipelineJob replacedByJob, Throwable cause)
DataflowJobUpdatedException with the specified original DataflowPipelineJob, message, replacement DataflowPipelineJob, and cause.public DataflowPipelineJob getReplacedByJob()