public static class TransactionVerificationException.NotaryChangeInWrongTransactionType
An output state has a notary that doesn't match the transaction's notary field. It must!
public NotaryChangeInWrongTransactionType(@NotNull
SecureHash txId,
@NotNull
Party txNotary,
@NotNull
Party outputNotary)
An output state has a notary that doesn't match the transaction's notary field. It must!
txNotary - the class Party specified by the transaction header.outputNotary - the class Party specified by the errant state.@NotNull public Party getTxNotary()
the
class Party specified by the transaction header.
class Party@NotNull public Party getOutputNotary()
the
class Party specified by the errant state.
class Party