Class JobAlreadyExistsException

All Implemented Interfaces:
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:
  • Constructor Details

    • JobAlreadyExistsException

      public JobAlreadyExistsException()
      Creates the exception
    • JobAlreadyExistsException

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

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