Package io.camunda.zeebe.journal
Class JournalException.InvalidAsqn
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.camunda.zeebe.journal.JournalException
io.camunda.zeebe.journal.JournalException.InvalidAsqn
- All Implemented Interfaces:
Serializable
- Enclosing class:
- JournalException
Exception thrown when an entry's application sequence number lower than the previous record.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class io.camunda.zeebe.journal.JournalException
JournalException.InvalidAsqn, JournalException.InvalidChecksum, JournalException.InvalidIndex, JournalException.OutOfDiskSpace, JournalException.SegmentFull, JournalException.SegmentSizeTooSmall -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidAsqn
-