Class DefaultEntryLogger.EntryLookupException.WrongEntryException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.bookkeeper.bookie.DefaultEntryLogger.EntryLookupException
org.apache.bookkeeper.bookie.DefaultEntryLogger.EntryLookupException.WrongEntryException
All Implemented Interfaces:
Serializable
Enclosing class:
DefaultEntryLogger.EntryLookupException

static class DefaultEntryLogger.EntryLookupException.WrongEntryException extends DefaultEntryLogger.EntryLookupException
Represents case where the entry at pos is wrong.
  • Constructor Details

    • WrongEntryException

      WrongEntryException(long foundEntryId, long foundLedgerId, long ledgerId, long entryId, long entryLogId, long pos)