public static class TransactionVerificationException.ContractConstraintRejection
The transaction attachment that contains the contractClass class didn't meet the constraints specified by the TransactionState.constraint object. This usually implies a version mismatch of some kind.
public ContractConstraintRejection(@NotNull
SecureHash txId,
@NotNull
java.lang.String contractClass)
The transaction attachment that contains the contractClass class didn't meet the constraints specified by the TransactionState.constraint object. This usually implies a version mismatch of some kind.
contractClass - The fully qualified class name of the failing contract.