corda / net.corda.core.contracts / TransactionVerificationException / BrokenTransactionException

BrokenTransactionException

class BrokenTransactionException : TransactionVerificationException

Parameters

txId - Id of the transaction that Corda is no longer able to verify.

Constructors

<init>

BrokenTransactionException(txId: SecureHash, message: String)