Class JournalException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
JournalException.InvalidAsqn, JournalException.InvalidChecksum, JournalException.InvalidIndex, JournalException.OutOfDiskSpace, JournalException.SegmentFull, JournalException.SegmentSizeTooSmall

public class JournalException extends RuntimeException
Defines exceptions thrown by the Journal
See Also:
  • Constructor Details

    • JournalException

      public JournalException(String message)
    • JournalException

      public JournalException(String message, Throwable cause)
    • JournalException

      public JournalException(Throwable cause)