Class DefaultEntryLogger.EntryLookupException.MissingEntryException

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

static class DefaultEntryLogger.EntryLookupException.MissingEntryException extends DefaultEntryLogger.EntryLookupException
Represents case where entry log is present, but does not contain the specified entry.
  • Constructor Details

    • MissingEntryException

      MissingEntryException(long ledgerId, long entryId, long entryLogId, long pos)