Package org.apache.bookkeeper.bookie
Class DefaultEntryLogger.EntryLookupException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.bookkeeper.bookie.DefaultEntryLogger.EntryLookupException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
DefaultEntryLogger.EntryLookupException.InvalidEntryLengthException
,DefaultEntryLogger.EntryLookupException.MissingEntryException
,DefaultEntryLogger.EntryLookupException.MissingLogFileException
,DefaultEntryLogger.EntryLookupException.WrongEntryException
- Enclosing class:
- DefaultEntryLogger
static class DefaultEntryLogger.EntryLookupException extends java.lang.Exception
Exception type for representing lookup errors. Useful for disambiguating different error conditions for reporting purposes.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description (package private) static class
DefaultEntryLogger.EntryLookupException.InvalidEntryLengthException
Represents case where log is present, but encoded entry length header is invalid.(package private) static class
DefaultEntryLogger.EntryLookupException.MissingEntryException
Represents case where entry log is present, but does not contain the specified entry.(package private) static class
DefaultEntryLogger.EntryLookupException.MissingLogFileException
Represents case where log file is missing.(package private) static class
DefaultEntryLogger.EntryLookupException.WrongEntryException
Represents case where the entry at pos is wrong.
-
Constructor Summary
Constructors Constructor Description EntryLookupException(java.lang.String message)
-