Package io.camunda.zeebe.journal
Class JournalException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.camunda.zeebe.journal.JournalException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
JournalException.InvalidAsqn,JournalException.InvalidChecksum,JournalException.InvalidIndex,JournalException.OutOfDiskSpace,JournalException.SegmentFull,JournalException.SegmentSizeTooSmall
Defines exceptions thrown by the Journal
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classException thrown when an entry's application sequence number lower than the previous record.static classException thrown when an entry has an invalid checksum.static classException thrown when an entry's index is not the expected one.static classException thrown when storage runs out of disk space.static classException thrown when the segment is full and no records can be appendedstatic classException thrown when the segment is too small to fit even one record -
Constructor Summary
ConstructorsConstructorDescriptionJournalException(String message) JournalException(String message, Throwable cause) JournalException(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
JournalException
-
JournalException
-
JournalException
-