org.quartz
Class UnableToInterruptJobException
java.lang.Object
java.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
UnableToInterruptJobException
public UnableToInterruptJobException(String msg)
Create a UnableToInterruptJobException
with the given message.
UnableToInterruptJobException
public UnableToInterruptJobException(Throwable cause)
Create a UnableToInterruptJobException
with the given cause.
Copyright 2001-2015, Terracotta, Inc.