Class LuceneIndexDestroyedException

  • All Implemented Interfaces:
    java.io.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:
    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()  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • LuceneIndexDestroyedException

        public LuceneIndexDestroyedException​(java.lang.String indexName,
                                             java.lang.String regionPath)
    • Method Detail

      • getIndexName

        public java.lang.String getIndexName()
      • getRegionPath

        public java.lang.String getRegionPath()