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:
java.io.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
Constructors Constructor Description MissingEntryException(long ledgerId, long entryId, long entryLogId, long pos)
-