Package org.apache.bookkeeper.bookie
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.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.bookkeeper.bookie.DefaultEntryLogger.EntryLookupException
DefaultEntryLogger.EntryLookupException.InvalidEntryLengthException, DefaultEntryLogger.EntryLookupException.MissingEntryException, DefaultEntryLogger.EntryLookupException.MissingLogFileException, DefaultEntryLogger.EntryLookupException.WrongEntryException -
Constructor Summary
ConstructorsConstructorDescriptionInvalidEntryLengthException(long ledgerId, long entryId, long entryLogId, long pos) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidEntryLengthException
InvalidEntryLengthException(long ledgerId, long entryId, long entryLogId, long pos)
-