Package org.quartz.exceptions

  • Exception Summary
    Exception Description
    JobExecutionException
    An exception that can be thrown by a Job to indicate to the Quartz Scheduler that an error occurred while executing, and whether or not the Job requests to be re-fired immediately (using the same JobExecutionContext, or whether it wants to be unscheduled.
    JobPersistenceException
    An exception that is thrown to indicate that there has been a failure in the scheduler's underlying persistence mechanism.
    ObjectAlreadyExistsException
    An exception that is thrown to indicate that an attempt to store a new object (i.e.
    SchedulerConfigException
    An exception that is thrown to indicate that there is a misconfiguration of the SchedulerFactory- or one of the components it configures.
    SchedulerException
    Base class for exceptions thrown by the Quartz Scheduler.