public static class TransactionVerificationException.InvalidConstraintRejection
A constraint attached to a state was invalid, e.g. due to size limitations.
public InvalidConstraintRejection(@NotNull
SecureHash txId,
@NotNull
java.lang.String contractClass,
@NotNull
java.lang.String reason)
A constraint attached to a state was invalid, e.g. due to size limitations.
contractClass - The fully qualified class name of the failing contract.reason - a message containing the reason the constraint is invalid included in thrown the exception.