org.fcrepo.server.journal
Class JournalException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.fcrepo.server.journal.JournalException
All Implemented Interfaces:
Serializable

public class JournalException
extends Exception

An Exception type for use by the Journaler and its associated classes.

Author:
Jim Blake
See Also:
Serialized Form

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

JournalException

public JournalException(String message,
                        Throwable cause)

JournalException

public JournalException(Throwable cause)


Copyright © 2011 DuraSpace. All Rights Reserved.