org.sakaiproject.search.transaction.api
Class IndexTransactionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.sakaiproject.search.transaction.api.IndexTransactionException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
IndexJournalException, JournalErrorException, NoItemsToIndexException, OptimizedFailedIndexTransactionException

public class IndexTransactionException
extends Exception

An exception to reprenset a problem with the Index transactions

Author:
ieb
See Also:
Serialized Form

Constructor Summary
IndexTransactionException()
           
IndexTransactionException(String arg0)
           
IndexTransactionException(String arg0, Throwable arg1)
           
IndexTransactionException(Throwable arg0)
           
 
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 arg0)
Parameters:
arg0 -

IndexTransactionException

public IndexTransactionException(Throwable arg0)
Parameters:
arg0 -

IndexTransactionException

public IndexTransactionException(String arg0,
                                 Throwable arg1)
Parameters:
arg0 -
arg1 -


Copyright © 2003-2012 Sakai Project. All Rights Reserved.