Uses of Class
org.hyperledger.fabric.client.GatewayException
Packages that use GatewayException
Package
Description
This package provides the set of interfaces that enable a Java application to
interact with a Fabric blockchain network.
-
Uses of GatewayException in org.hyperledger.fabric.client
Subclasses of GatewayException in org.hyperledger.fabric.clientModifier and TypeClassDescriptionclassThrown when a failure occurs obtaining the commit status of a transaction.classThrown when a failure occurs endorsing a transaction proposal.classThrown when a failure occurs submitting an endorsed transaction to the orderer.classThrown when a failure occurs invoking a transaction.Methods in org.hyperledger.fabric.client that throw GatewayExceptionModifier and TypeMethodDescriptiondefault byte[]Proposal.evaluate()Evaluate the proposal and return the transaction result.byte[]Proposal.evaluate(UnaryOperator<CallOptions> options) Evaluate the proposal and return the transaction result.default byte[]Proposal.evaluate(CallOption... options) Deprecated.byte[]Contract.evaluateTransaction(String name) Evaluate a transaction function and return its results.byte[]Contract.evaluateTransaction(String name, byte[]... args) Evaluate a transaction function and return its results.byte[]Contract.evaluateTransaction(String name, String... args) Evaluate a transaction function and return its results.
Proposal.evaluate(UnaryOperator).