Package org.apache.lucene.index
Class CorruptIndexException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- org.apache.lucene.index.CorruptIndexException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
IndexFormatTooNewException
,IndexFormatTooOldException
public class CorruptIndexException extends java.io.IOException
This exception is thrown when Lucene detects an inconsistency in the index.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CorruptIndexException(java.lang.String message)
Sole constructor.
-