Class UnsupportedExistingLuceneIndexException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.maven.index.context.UnsupportedExistingLuceneIndexException
All Implemented Interfaces:
Serializable

@Deprecated public class UnsupportedExistingLuceneIndexException extends Exception
Deprecated.
The deprecated NexusIndexer uses this exception. Use Indexer instead.
Thrown when a user tries to create a NexusInder IndexingContext over and existing Lucene index. The reason for throwing this exception may be multiple: non-NexusIndexer Lucene index, index version is wrong, repositoryId does not matches the context repositoryId, etc.
Author:
Tamas Cservenak
See Also:
  • Constructor Details

    • UnsupportedExistingLuceneIndexException

      public UnsupportedExistingLuceneIndexException(String message)
      Deprecated.
    • UnsupportedExistingLuceneIndexException

      public UnsupportedExistingLuceneIndexException(String message, ExistingLuceneIndexMismatchException e)
      Deprecated.