Class LedgerStorage.DetectedInconsistency

  • Enclosing interface:
    LedgerStorage

    public static class LedgerStorage.DetectedInconsistency
    extends java.lang.Object
    Class for describing location of a generic inconsistency. Implementations should ensure that detail is populated with an exception which adequately describes the nature of the problem.
    • Constructor Summary

      Constructors 
      Constructor Description
      DetectedInconsistency​(long ledgerId, long entryId, java.lang.Exception detail)  
    • Constructor Detail

      • DetectedInconsistency

        DetectedInconsistency​(long ledgerId,
                              long entryId,
                              java.lang.Exception detail)
    • Method Detail

      • getLedgerId

        public long getLedgerId()
      • getEntryId

        public long getEntryId()
      • getException

        public java.lang.Exception getException()