fedora.server.journal
Class JournalException
java.lang.Object
java.lang.Throwable
java.lang.Exception
fedora.server.journal.JournalException
- All Implemented Interfaces:
- java.io.Serializable
public class JournalException
- extends java.lang.Exception
Title: JournalException.java
Description: An Exception type for use by the Journaller and its
associated classes.
- Version:
- $Id: JournalException.java 5162 2006-10-25 00:49:06 +0000 (Wed, 25
Oct 2006) eddie $
- Author:
- jblake@cs.cornell.edu
- See Also:
- Serialized Form
| 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 |
JournalException
public JournalException()
JournalException
public JournalException(java.lang.String message)
JournalException
public JournalException(java.lang.String message,
java.lang.Throwable cause)
JournalException
public JournalException(java.lang.Throwable cause)