Class LuceneIndexExistsException

All Implemented Interfaces:
Serializable

public class LuceneIndexExistsException extends 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