org.fcrepo.server.journal
Class JournalException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
JournalException
public JournalException()
JournalException
public JournalException(String message)
JournalException
public JournalException(String message,
Throwable cause)
JournalException
public JournalException(Throwable cause)
Copyright © 2012 DuraSpace. All Rights Reserved.