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:
  • Constructor Details