org.sakaiproject.search.indexer.api
Class NoItemsToIndexException

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.NoItemsToIndexException
All Implemented Interfaces:
Serializable

public class NoItemsToIndexException
extends IndexTransactionException

When there are no items to index, this Exception is thrown. The Indexer should not start a transaction

Author:
ieb
See Also:
Serialized Form

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

NoItemsToIndexException

public NoItemsToIndexException()

NoItemsToIndexException

public NoItemsToIndexException(String arg0)
Parameters:
arg0 -

NoItemsToIndexException

public NoItemsToIndexException(Throwable arg0)
Parameters:
arg0 -

NoItemsToIndexException

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


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