Package org.apache.bookkeeper.bookie
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.
-
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
ConstructorsConstructorDescriptionWrongEntryException(long foundEntryId, long foundLedgerId, 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
-
WrongEntryException
WrongEntryException(long foundEntryId, long foundLedgerId, long ledgerId, long entryId, long entryLogId, long pos)
-