Package org.apache.lucene.index
Class IndexNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- java.io.FileNotFoundException
-
- org.apache.lucene.index.IndexNotFoundException
-
- All Implemented Interfaces:
java.io.Serializable
public final class IndexNotFoundException extends java.io.FileNotFoundException
Signals that no index was found in the Directory. Possibly because the directory is empty, however can also indicate an index corruption.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IndexNotFoundException(java.lang.String msg)
Creates IndexFileNotFoundException with the description message.
-