corda / net.corda.core.contracts / TransactionVerificationException / TransactionNetworkParameterOrderingException

TransactionNetworkParameterOrderingException

class TransactionNetworkParameterOrderingException : TransactionVerificationException

If the network parameters associated with an input or reference state in a transaction are more recent than the network parameters of the new transaction itself.

Constructors

<init>

TransactionNetworkParameterOrderingException(txId: SecureHash, inputStateRef: StateRef, txnNetworkParameters: NetworkParameters, inputNetworkParameters: NetworkParameters)

If the network parameters associated with an input or reference state in a transaction are more recent than the network parameters of the new transaction itself.

TransactionNetworkParameterOrderingException(txId: SecureHash, message: String)