Class Bookie.NoLedgerException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.bookkeeper.bookie.Bookie.NoLedgerException
All Implemented Interfaces:
Serializable
Enclosing interface:
Bookie

public static class Bookie.NoLedgerException extends IOException
Exception is thrown when no such a ledger is found in this bookie.
See Also:
  • Constructor Details

    • NoLedgerException

      public NoLedgerException(long ledgerId)
  • Method Details

    • getLedgerId

      public long getLedgerId()