public class TransactionResolutionException
The node asked a remote peer for the transaction identified by hash because it is a dependency of a transaction being resolved, but the remote peer would not provide it.
@JvmOverloads
public TransactionResolutionException(@NotNull
SecureHash hash,
@NotNull
java.lang.String message)
The node asked a remote peer for the transaction identified by hash because it is a dependency of a transaction being resolved, but the remote peer would not provide it.
hash - Merkle root of the transaction being resolved, see net.corda.core.transactions.WireTransaction.id@JvmOverloads
public TransactionResolutionException(@NotNull
SecureHash hash)
The node asked a remote peer for the transaction identified by hash because it is a dependency of a transaction being resolved, but the remote peer would not provide it.
hash - Merkle root of the transaction being resolved, see net.corda.core.transactions.WireTransaction.id@NotNull public SecureHash getHash()
Merkle root of the transaction being resolved,