Class LuceneIndexDestroyedException

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

public class LuceneIndexDestroyedException extends org.apache.geode.GemFireException
A LuceneIndexDestroyedException is thrown if a Lucene index is attempted to be used while it is being destroyed or after it has been destroyed.
See Also:
  • Constructor Details

    • LuceneIndexDestroyedException

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

    • getIndexName

      public String getIndexName()
    • getRegionPath

      public String getRegionPath()