| 
 | ||||||||||
| 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
public class UnableToInterruptJobException
An exception that is thrown to indicate that a call to InterruptableJob.interrupt() failed without interrupting the Job.
InterruptableJob.interrupt(), 
Serialized Form| Field Summary | 
|---|
| Constructor Summary | |
|---|---|
| UnableToInterruptJobException(java.lang.String msg)Create a UnableToInterruptJobExceptionwith the given message. | |
| UnableToInterruptJobException(java.lang.Throwable cause)Create a UnableToInterruptJobExceptionwith the given cause. | |
| Method Summary | 
|---|
| Methods inherited from class org.quartz.SchedulerException | 
|---|
| getErrorCode, getUnderlyingException, isClientError, isConfigurationError, isJobListenerError, isPersistenceError, isThreadPoolError, isTriggerListenerError, setErrorCode, toString | 
| Methods inherited from class java.lang.Throwable | 
|---|
| fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, 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.Throwable cause)
 Create a UnableToInterruptJobException with the given cause.
 
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||