Package org.apache.bookkeeper.bookie
Class Bookie.NoEntryException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- org.apache.bookkeeper.bookie.Bookie.NoEntryException
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing interface:
- Bookie
public static class Bookie.NoEntryException extends java.io.IOException
Exception is thrown when no such an entry is found in this bookie.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NoEntryException(long ledgerId, long entryId)
NoEntryException(java.lang.String msg, long ledgerId, long entryId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getEntry()
long
getLedger()
-