public final class

ThreadInterruptedException

extends RuntimeException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ org.apache.lucene.util.ThreadInterruptedException

Class Overview

Thrown by lucene on detecting that Thread.interrupt() had been called. Unlike Java's InterruptedException, this exception is not checked..

Summary

Public Constructors
ThreadInterruptedException(InterruptedException ie)
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public ThreadInterruptedException (InterruptedException ie)