org.apache.lucene.util
Class ThreadInterruptedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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

Constructor Summary
ThreadInterruptedException(InterruptedException ie)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ThreadInterruptedException

public ThreadInterruptedException(InterruptedException ie)


Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.