public static class TransactionVerificationException.TransactionNotaryMismatchEncumbranceException
All encumbered states should be assigned to the same notary. This is due to the fact that multi-notary transactions are not supported and thus two encumbered states with different notaries cannot be consumed in the same transaction.
public TransactionNotaryMismatchEncumbranceException(@NotNull
SecureHash txId,
@NotNull
java.lang.String message)
All encumbered states should be assigned to the same notary. This is due to the fact that multi-notary transactions are not supported and thus two encumbered states with different notaries cannot be consumed in the same transaction.
public TransactionNotaryMismatchEncumbranceException(@NotNull
SecureHash txId,
int encumberedIndex,
int encumbranceIndex,
@NotNull
Party encumberedNotary,
@NotNull
Party encumbranceNotary)