public static class AcpAgentSession.AcpError
extends java.lang.RuntimeException
| 构造器和说明 |
|---|
AcpError(AcpSchema.JSONRPCError error) |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getCode() |
java.lang.Object |
getData() |
AcpSchema.JSONRPCError |
getError() |
public AcpError(AcpSchema.JSONRPCError error)
public AcpSchema.JSONRPCError getError()
public int getCode()
public java.lang.Object getData()