fedora.server.journal
Class JournalException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
JournalException()
           
JournalException(java.lang.String message)
           
JournalException(java.lang.String message, java.lang.Throwable cause)
           
JournalException(java.lang.Throwable cause)
           
 
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

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)