Class DataflowJobAlreadyUpdatedException

  • All Implemented Interfaces:
    java.io.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. The DataflowPipelineJob contained within this exception contains information about the pre-existing updated job.
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • DataflowJobAlreadyUpdatedException

        public DataflowJobAlreadyUpdatedException​(DataflowPipelineJob job,
                                                  java.lang.String message)
        Create a new DataflowJobAlreadyUpdatedException with the specified DataflowPipelineJob and message.