java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.quartz.SchedulerException
org.quartz.JobExecutionException
All Implemented Interfaces:
Serializable
An exception that can be thrown by a org.quartz.Job
to indicate to the Quartz Scheduler that an error
occured 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.
Note that if the flag for 'refire immediately' is set, the flags for unscheduling the Job are ignored.
James - House| Constructor: |
|---|
Create a JobExcecutionException, with the 're-fire immediately' flag set
to |
Create a JobExcecutionException, with the given cause. |
Create a JobExcecutionException, with the given message. |
Create a JobExcecutionException with the 're-fire immediately' flag set to the given value. |
Create a JobExcecutionException with the given underlying exception, and the 're-fire immediately' flag set to the given value. |
Create a JobExcecutionException with the given message, and underlying exception. |
|
Create a JobExcecutionException with the given message, and underlying exception, and the 're-fire immediately' flag set to the given value. |
| Method from org.quartz.JobExecutionException Summary: |
|---|
| refireImmediately, setUnscheduleAllTriggers, setUnscheduleFiringTrigger, unscheduleAllTriggers, unscheduleFiringTrigger |
| Methods from org.quartz.SchedulerException: |
|---|
| getErrorCode, getUnderlyingException, isClientError, isConfigurationError, isJobListenerError, isPersistenceError, isThreadPoolError, isTriggerListenerError, printStackTrace, printStackTrace, printStackTrace, setErrorCode, toString |
| Methods from java.lang.Throwable: |
|---|
| fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods from java.lang.Object: |
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method from org.quartz.JobExecutionException Detail: |
|---|
|
|
|
|
|