Class CorruptIndexException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.lucene.index.CorruptIndexException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
IndexFormatTooNewException, IndexFormatTooOldException

public class CorruptIndexException extends IOException
This exception is thrown when Lucene detects an inconsistency in the index.
See Also:
  • Constructor Details

    • CorruptIndexException

      public CorruptIndexException(String message)
      Sole constructor.