Package org.apache.geode.cache.lucene
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:
java.io.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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LuceneIndexDestroyedException(java.lang.String indexName, java.lang.String regionPath)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getIndexName()
java.lang.String
getRegionPath()
-