Class LuceneIndexDestroyedException

All Implemented Interfaces:
Serializable

public class LuceneIndexDestroyedException extends 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()