public class TransactionEventException extends TransactionException
Constructor and Description |
---|
TransactionEventException(String message,
BlockEvent.TransactionEvent transactionEvent)
save the TransactionEvent in the exception so that caller can use for debugging
|
TransactionEventException(String message,
BlockEvent.TransactionEvent transactionEvent,
Throwable throwable)
save the TransactionEvent in the exception so that caller can use for debugging
|
Modifier and Type | Method and Description |
---|---|
BlockEvent.TransactionEvent |
getTransactionEvent() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public TransactionEventException(String message, BlockEvent.TransactionEvent transactionEvent)
message
- transactionEvent
- public TransactionEventException(String message, BlockEvent.TransactionEvent transactionEvent, Throwable throwable)
message
- transactionEvent
- throwable
- public BlockEvent.TransactionEvent getTransactionEvent()
Copyright © 2022. All rights reserved.