Class 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 Detail