public class

CorruptIndexException

extends IOException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.io.IOException
         ↳ org.apache.lucene.index.CorruptIndexException

Class Overview

This exception is thrown when Lucene detects an inconsistency in the index.

Summary

Public Constructors
CorruptIndexException(String message)
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public CorruptIndexException (String message)