Class LedgerCache.NoIndexForLedgerException

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

    public static class LedgerCache.NoIndexForLedgerException
    extends java.io.IOException
    Specific exception to encode the case where the index is not present.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      NoIndexForLedgerException​(java.lang.String reason, java.lang.Exception cause)  
    • Method Summary

      • 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

      • NoIndexForLedgerException

        NoIndexForLedgerException​(java.lang.String reason,
                                  java.lang.Exception cause)