Package org.quartz.exceptions
package org.quartz.exceptions
-
ClassDescriptionAn exception that can be thrown by a
to indicate to the QuartzJob
that an error occurred while executing, and whether or not theScheduler
Job
requests to be re-fired immediately (using the sameJobExecutionContext
An exception that is thrown to indicate that there has been a failure in the scheduler's underlying persistence mechanism.An exception that is thrown to indicate that an attempt to store a new object (i.e.An exception that is thrown to indicate that there is a misconfiguration of theSchedulerFactory
- or one of the components it configures.Base class for exceptions thrown by the Quartz
.Scheduler