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

static class DefaultEntryLogger.EntryLookupException extends Exception
Exception type for representing lookup errors. Useful for disambiguating different error conditions for reporting purposes.
  • Constructor Details

    • EntryLookupException

      EntryLookupException(String message)