Class LuceneIndexNotFoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.geode.GemFireException
org.apache.geode.cache.lucene.LuceneIndexNotFoundException
All Implemented Interfaces:
Serializable

public class LuceneIndexNotFoundException extends org.apache.geode.GemFireException
A LuceneIndexNotFoundException is thrown if a Lucene index is requested but not found.
See Also:
  • Constructor Details

    • LuceneIndexNotFoundException

      public LuceneIndexNotFoundException(String indexName, String regionPath)
  • Method Details

    • getIndexName

      public String getIndexName()
    • getRegionPath

      public String getRegionPath()