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:
3.0
See Also:
Serialized Form