Class DataflowJobAlreadyExistsException

  • All Implemented Interfaces:
    java.io.Serializable

    public class DataflowJobAlreadyExistsException
    extends DataflowJobException
    An exception that is thrown if the unique job name constraint of the Dataflow service is broken because an existing job with the same job name is currently active. The DataflowPipelineJob contained within this exception contains information about the pre-existing 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

      • DataflowJobAlreadyExistsException

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