org.xcmis.search.lucene.index
Class IndexTransactionException

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
                  extended by org.xcmis.search.lucene.index.IndexTransactionException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
TransactionLogException

public class IndexTransactionException
extends IndexException

Created by The eXo Platform SAS.

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

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

IndexTransactionException

public IndexTransactionException()

IndexTransactionException

public IndexTransactionException(String message)
Parameters:
message -

IndexTransactionException

public IndexTransactionException(Throwable cause)
Parameters:
cause -

IndexTransactionException

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


Copyright © 2010 eXo Platform SAS. All Rights Reserved.