| Exception | Description |
|---|---|
| JobExecutionException |
An exception that can be thrown by a
to indicate to the Quartz that an
error occurred while executing, and whether or not the Job requests to be re-fired immediately (using the same
, 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
. |
| UnableToInterruptJobException |
An exception that is thrown to indicate that a call to InterruptableJob.interrupt() failed without interrupting the Job.
|
Copyright © 2011–2017 Knowm Inc.. All rights reserved.