通过RPC启动流中的CordaRuntimeException-errorCode = g3v6fv

时间:2019-05-03 10:16:33

标签: java corda

通过RPC启动流程时我有一个例外

我迁移到Corda的版本4,现在出现以下错误

例外: CordaRuntimeException [errorCode = g3v6fv,moreInformationAt = https://errors.corda.net/OS/4.0/g3v6fv]。

我班上的构造函数是final String assetfinal Integer iouValuefinal Party otherParty

我尝试使用命令

开始流程

start IOUFlow asset: "FERRARI F40", iouValue: 99, otherParty: "O=PartyB,L=New York,C=US"'

有什么想法吗?

public IOUFlow(final String asset, final Integer iouValue, final Party otherParty)
                    throws FlowException {
  	...
}

0 个答案:

没有答案