org.sakaiproject.search.indexer.api
Class IndexJournalException

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

public class IndexJournalException
extends IndexTransactionException

Author:
ieb
See Also:
Serialized Form

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

IndexJournalException

public IndexJournalException()

IndexJournalException

public IndexJournalException(String arg0)
Parameters:
arg0 -

IndexJournalException

public IndexJournalException(Throwable arg0)
Parameters:
arg0 -

IndexJournalException

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


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