org.xcmis.search.lucene.index
Class IndexException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.xcmis.search.SearchServiceException
              extended by org.xcmis.search.lucene.index.IndexException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
IndexConfigurationException, IndexModificationException, IndexReaderNotFoundException, IndexTransactionException

public class IndexException
extends SearchServiceException

Created by The eXo Platform SAS.

Version:
$Id: IndexException.java 2 2010-02-04 17:21:49Z andrew00x $
Author:
Sergey Kabashnyuk
See Also:
Serialized Form

Constructor Summary
IndexException()
           
IndexException(String message)
           
IndexException(String message, Throwable cause)
           
IndexException(Throwable cause)
           
 
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

IndexException

public IndexException()

IndexException

public IndexException(String message,
                      Throwable cause)
Parameters:
message -
cause -

IndexException

public IndexException(String message)
Parameters:
message -

IndexException

public IndexException(Throwable cause)
Parameters:
cause -


Copyright © 2011 eXo Platform SAS. All Rights Reserved.