Package org.apache.bookkeeper.bookie
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.
-
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
ConstructorsConstructorDescriptionMissingEntryException(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
-
MissingEntryException
MissingEntryException(long ledgerId, long entryId, long entryLogId, long pos)
-