|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
org.quartz Class UnableToInterruptJobException
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.quartz.SchedulerException
org.quartz.UnableToInterruptJobException
- All Implemented Interfaces:
- Serializable
public class UnableToInterruptJobException
- extends SchedulerException
An exception that is thrown to indicate that a call to InterruptableJob.interrupt() failed without interrupting the Job.
- Author:
- James House
- See Also:
InterruptableJob.interrupt(), Serialized Form
| Constructor Summary | |
|---|---|
UnableToInterruptJobException(String msg)
Create a UnableToInterruptJobException with the given message. |
|
UnableToInterruptJobException(Throwable cause)
Create a UnableToInterruptJobException with the given cause. |
|
| Method Summary |
|---|
| Methods inherited from class org.quartz.SchedulerException |
|---|
getUnderlyingException, 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 |
|---|
UnableToInterruptJobException
public UnableToInterruptJobException(String msg)
Create a
UnableToInterruptJobExceptionwith the given message.
UnableToInterruptJobException
public UnableToInterruptJobException(Throwable cause)
Create a
UnableToInterruptJobExceptionwith the given cause.
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright 2001-2011, Terracotta, Inc.
