org.apache.maven.index.context
Class UnsupportedExistingLuceneIndexException

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

public class UnsupportedExistingLuceneIndexException
extends Exception

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:
Serialized Form

Constructor Summary
UnsupportedExistingLuceneIndexException(String message)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnsupportedExistingLuceneIndexException

public UnsupportedExistingLuceneIndexException(String message)


Copyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.