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:
Serializable
- Direct Known Subclasses:
DefaultEntryLogger.EntryLookupException.InvalidEntryLengthException,DefaultEntryLogger.EntryLookupException.MissingEntryException,DefaultEntryLogger.EntryLookupException.MissingLogFileException,DefaultEntryLogger.EntryLookupException.WrongEntryException
- Enclosing class:
- DefaultEntryLogger
Exception type for representing lookup errors. Useful for disambiguating different error
conditions for reporting purposes.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescription(package private) static classRepresents case where log is present, but encoded entry length header is invalid.(package private) static classRepresents case where entry log is present, but does not contain the specified entry.(package private) static classRepresents case where log file is missing.(package private) static classRepresents case where the entry at pos is wrong. -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
EntryLookupException
EntryLookupException(String message)
-