Class UnsupportedExistingLuceneIndexException

  • All Implemented Interfaces:
    java.io.Serializable

    public class UnsupportedExistingLuceneIndexException
    extends java.lang.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.
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static long serialVersionUID
      Deprecated.
       
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • serialVersionUID

        private static final long serialVersionUID
        Deprecated.
        See Also:
        Constant Field Values
    • Constructor Detail

      • UnsupportedExistingLuceneIndexException

        public UnsupportedExistingLuceneIndexException​(java.lang.String message)
        Deprecated.