Class LuceneIndexNotFoundException

  • All Implemented Interfaces:
    java.io.Serializable

    public class LuceneIndexNotFoundException
    extends GemFireException
    A LuceneIndexNotFoundException is thrown if a Lucene index is requested but not found.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      LuceneIndexNotFoundException​(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

      • LuceneIndexNotFoundException

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

      • getIndexName

        public java.lang.String getIndexName()
      • getRegionPath

        public java.lang.String getRegionPath()