corda / net.corda.core.contracts / TransactionVerificationException / TransactionDuplicateEncumbranceException

TransactionDuplicateEncumbranceException

class TransactionDuplicateEncumbranceException : TransactionVerificationException

If two or more states refer to another state (as their encumbrance), then the bi-directionality property cannot be satisfied.

Constructors

<init>

TransactionDuplicateEncumbranceException(txId: SecureHash, index: Int)

If two or more states refer to another state (as their encumbrance), then the bi-directionality property cannot be satisfied.

TransactionDuplicateEncumbranceException(txId: SecureHash, message: String)