org.sakaiproject.search.journal.api
Class JournalExhausetedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.