Package org.apache.bookkeeper.bookie
Class DefaultEntryLogger.EntryLookupException.MissingLogFileException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.bookkeeper.bookie.DefaultEntryLogger.EntryLookupException
-
- org.apache.bookkeeper.bookie.DefaultEntryLogger.EntryLookupException.MissingLogFileException
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- DefaultEntryLogger.EntryLookupException
static class DefaultEntryLogger.EntryLookupException.MissingLogFileException extends DefaultEntryLogger.EntryLookupException
Represents case where log file is missing.
-
-
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 MissingLogFileException(long ledgerId, long entryId, long entryLogId, long pos)
-