|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.quartz.SchedulerException
org.quartz.UnableToInterruptJobException
An exception that is thrown to indicate that a call to InterruptableJob.interrupt() failed without interrupting the Job.
InterruptableJob.interrupt()
,
Serialized FormField Summary |
Constructor Summary | |
UnableToInterruptJobException(java.lang.Exception cause)
Create a UnableToInterruptJobException with the given cause. |
|
UnableToInterruptJobException(java.lang.String msg)
Create a UnableToInterruptJobException with the given message. |
Methods inherited from class org.quartz.SchedulerException |
getErrorCode, getUnderlyingException, isClientError, isConfigurationError, isJobListenerError, isPersistenceError, isThreadPoolError, isTriggerListenerError, printStackTrace, printStackTrace, printStackTrace, setErrorCode, toString |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public UnableToInterruptJobException(java.lang.String msg)
Create a UnableToInterruptJobException
with the given message.
public UnableToInterruptJobException(java.lang.Exception cause)
Create a UnableToInterruptJobException
with the given cause.
|
Quartz Project Page | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |