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:
Serializable
- Enclosing interface:
- Bookie
Exception is thrown when no such an entry is found in this bookie.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionNoEntryException(long ledgerId, long entryId) NoEntryException(String msg, long ledgerId, long entryId) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NoEntryException
public NoEntryException(long ledgerId, long entryId) -
NoEntryException
-
-
Method Details
-
getLedger
public long getLedger() -
getEntry
public long getEntry()
-