Class TransactionEventException

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      BlockEvent.TransactionEvent getTransactionEvent​()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
    • Constructor Detail

      • TransactionEventException

        public TransactionEventException​(java.lang.String message,
                                         BlockEvent.TransactionEvent transactionEvent)
        save the TransactionEvent in the exception so that caller can use for debugging
        Parameters:
        message -
        transactionEvent -
      • TransactionEventException

        public TransactionEventException​(java.lang.String message,
                                         BlockEvent.TransactionEvent transactionEvent,
                                         java.lang.Throwable throwable)
        save the TransactionEvent in the exception so that caller can use for debugging
        Parameters:
        message -
        transactionEvent -
        throwable -
    • Method Detail

      • getTransactionEvent

        public BlockEvent.TransactionEvent getTransactionEvent​()
        Returns:
        the transactionEvent that precipitated this exception