Class IndexNotFoundException

  • All Implemented Interfaces:
    Serializable

    public final class IndexNotFoundException
    extends 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 Detail

      • IndexNotFoundException

        public IndexNotFoundException​(String msg)
        Creates IndexFileNotFoundException with the description message.