Class TransactionEventException

All Implemented Interfaces:
Serializable

public class TransactionEventException extends TransactionException
The exception to be thrown when we receive an event for an invalid Transaction
See Also:
  • Constructor Details

    • TransactionEventException

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

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

    • getTransactionEvent

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