public class DataflowJobCancelledException extends DataflowJobException
BlockingDataflowPipelineRunner was updated during execution.| Constructor and Description |
|---|
DataflowJobCancelledException(DataflowPipelineJob job,
String message)
Create a new
DataflowJobAlreadyUpdatedException with the specified DataflowPipelineJob and message. |
DataflowJobCancelledException(DataflowPipelineJob job,
String message,
Throwable cause)
Create a new
DataflowJobAlreadyUpdatedException with the specified DataflowPipelineJob, message, and cause. |
getJobaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic DataflowJobCancelledException(DataflowPipelineJob job, String message)
DataflowJobAlreadyUpdatedException with the specified DataflowPipelineJob and message.public DataflowJobCancelledException(DataflowPipelineJob job, String message, Throwable cause)
DataflowJobAlreadyUpdatedException with the specified DataflowPipelineJob, message, and cause.