Class Bookie.NoLedgerException

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing interface:
    Bookie

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

      Constructors 
      Constructor Description
      NoLedgerException​(long ledgerId)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      long getLedgerId()  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • NoLedgerException

        public NoLedgerException​(long ledgerId)
    • Method Detail

      • getLedgerId

        public long getLedgerId()