corda / net.corda.core.contracts / TransactionVerificationException / TransactionNonMatchingEncumbranceException

TransactionNonMatchingEncumbranceException

class TransactionNonMatchingEncumbranceException : TransactionVerificationException

An encumbered state should also be referenced as the encumbrance of another state in order to satisfy the bi-directionality property (a full cycle should be present).

Constructors

<init>

TransactionNonMatchingEncumbranceException(txId: SecureHash, nonMatching: Collection<Int>)

An encumbered state should also be referenced as the encumbrance of another state in order to satisfy the bi-directionality property (a full cycle should be present).

TransactionNonMatchingEncumbranceException(txId: SecureHash, message: String)