Class CorruptedJournalException

All Implemented Interfaces:
Serializable

public final class CorruptedJournalException extends UnrecoverableException
Represents a failure to read or write to the journal which resulted in an inconsistency. This is an unrecoverable error which most likely requires manual intervention to fix (if possible).
See Also:
  • Constructor Details

    • CorruptedJournalException

      public CorruptedJournalException(String message)
    • CorruptedJournalException

      public CorruptedJournalException(Throwable cause)
    • CorruptedJournalException

      public CorruptedJournalException(String message, Throwable cause)