corda / net.corda.core.contracts / TransactionVerificationException / <init>

<init>

TransactionVerificationException(txId: SecureHash, message: String, cause: Throwable?)

Indicates that some aspect of the transaction named by txId violates the platform rules. The exact type of failure is expressed using a subclass. TransactionVerificationException is a FlowException and thus when thrown inside a flow, the details of the failure will be serialised, propagated to the peer and rethrown.