Class LuceneIndexExistsException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.geode.GemFireException
org.apache.geode.cache.lucene.LuceneIndexExistsException
All Implemented Interfaces:
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:
  • Constructor Details

    • LuceneIndexExistsException

      public LuceneIndexExistsException(String indexName, String regionPath)
  • Method Details