Class JobAlreadyExistsException

  • All Implemented Interfaces:
    java.io.Serializable

    public class JobAlreadyExistsException
    extends JetException
    Thrown when a named job is submitted while there is an active job with the same name. Job is active if it is running, suspended or waiting to be run, until it completes or fails.
    Since:
    Jet 3.0
    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

      • JobAlreadyExistsException

        public JobAlreadyExistsException()
        Creates the exception
      • JobAlreadyExistsException

        public JobAlreadyExistsException​(java.lang.String message)
        Creates the exception with a message.
      • JobAlreadyExistsException

        public JobAlreadyExistsException​(java.lang.String message,
                                         java.lang.Throwable cause)
        Creates the exception with a message and a cause.