Class LuceneIndexExistsException

  • All Implemented Interfaces:
    java.io.Serializable

    public class LuceneIndexExistsException
    extends org.apache.geode.GemFireException
    A LuceneIndexExistsException is thrown if a Lucene index that already exists is attempted to be created.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      LuceneIndexExistsException​(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 getMessage()  
      java.lang.String getRegionPath()  
      • Methods inherited from class org.apache.geode.GemFireException

        getRootCause
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, 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

      • LuceneIndexExistsException

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

      • getMessage

        public java.lang.String getMessage()
        Overrides:
        getMessage in class java.lang.Throwable
      • getIndexName

        public java.lang.String getIndexName()
      • getRegionPath

        public java.lang.String getRegionPath()