|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--java.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 Form| 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, getLocalizedMessage, getMessage |
| 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: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||