Package org.apache.maven.index.context
Class UnsupportedExistingLuceneIndexException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.maven.index.context.UnsupportedExistingLuceneIndexException
-
- All Implemented Interfaces:
java.io.Serializable
public class UnsupportedExistingLuceneIndexException extends java.lang.Exception
Deprecated.The deprecatedNexusIndexer
uses this exception. UseIndexer
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.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
Deprecated.
-
Constructor Summary
Constructors Constructor Description UnsupportedExistingLuceneIndexException(java.lang.String message)
Deprecated.UnsupportedExistingLuceneIndexException(java.lang.String message, ExistingLuceneIndexMismatchException e)
Deprecated.
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
Deprecated.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
UnsupportedExistingLuceneIndexException
public UnsupportedExistingLuceneIndexException(java.lang.String message)
Deprecated.
-
UnsupportedExistingLuceneIndexException
public UnsupportedExistingLuceneIndexException(java.lang.String message, ExistingLuceneIndexMismatchException e)
Deprecated.
-
-