org.xcmis.search.lucene.index
Class TransactionLogException

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

public class TransactionLogException
extends IndexTransactionException

Created by The eXo Platform SAS.
Date:

Version:
$Id: TransactionLogException.java 2 2010-02-04 17:21:49Z andrew00x $
Author:
Karpenko Sergiy
See Also:
Serialized Form

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

TransactionLogException

public TransactionLogException(String message)
Constructor.

Parameters:
message - - exception description

TransactionLogException

public TransactionLogException(String message,
                               Throwable cause)
Constructor.

Parameters:
message - - exception description
cause - - exception cause.


Copyright © 2003-2013 eXo Platform SAS. All Rights Reserved.