Class DefaultEntryLogger.EntryLookupException.InvalidEntryLengthException

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

static class DefaultEntryLogger.EntryLookupException.InvalidEntryLengthException extends DefaultEntryLogger.EntryLookupException
Represents case where log is present, but encoded entry length header is invalid.
  • Constructor Details

    • InvalidEntryLengthException

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