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:
 Serializable
Deprecated.
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 Summary
ConstructorsConstructorDescriptionDeprecated.Deprecated. - 
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
UnsupportedExistingLuceneIndexException
Deprecated. - 
UnsupportedExistingLuceneIndexException
public UnsupportedExistingLuceneIndexException(String message, ExistingLuceneIndexMismatchException e) Deprecated. 
 - 
 
NexusIndexeruses this exception. UseIndexerinstead.