org.sakaiproject.search.journal.api
Class JournalExhausetedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.sakaiproject.search.journal.api.JournalExhausetedException
All Implemented Interfaces:
Serializable

public class JournalExhausetedException
extends RuntimeException

Thrown where there are no more journal entries in the redo log, this is a normal event

Author:
ieb
See Also:
Serialized Form

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

JournalExhausetedException

public JournalExhausetedException()

JournalExhausetedException

public JournalExhausetedException(String arg0)
Parameters:
arg0 -

JournalExhausetedException

public JournalExhausetedException(Throwable arg0)
Parameters:
arg0 -

JournalExhausetedException

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


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