org.apache.lucene.util
Class ThreadInterruptedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.lucene.util.ThreadInterruptedException
- All Implemented Interfaces:
- Serializable
public final class ThreadInterruptedException
- extends RuntimeException
Thrown by lucene on detecting that Thread.interrupt() had
been called. Unlike Java's InterruptedException, this
exception is not checked..
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ThreadInterruptedException
public ThreadInterruptedException(InterruptedException ie)