Package 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:
 java.io.Serializable
public final class ThreadInterruptedException extends java.lang.RuntimeExceptionThrown by lucene on detecting that Thread.interrupt() had been called. Unlike Java's InterruptedException, this exception is not checked..- See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description ThreadInterruptedException(java.lang.InterruptedException ie) 
 -