org.quartz
Class UnableToInterruptJobException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.quartz.SchedulerException
              extended by 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 UnableToInterruptJobException with the given message.


UnableToInterruptJobException

public UnableToInterruptJobException(Throwable cause)

Create a UnableToInterruptJobException with the given cause.



Copyright 2001-2015, Terracotta, Inc.