public class RPCResponse extends Object implements Serializable
| Constructor and Description |
|---|
RPCResponse(Exception exception) |
RPCResponse(Serializable result) |
| Modifier and Type | Method and Description |
|---|---|
Exception |
getException() |
Serializable |
getResult() |
public RPCResponse(Exception exception)
public RPCResponse(Serializable result)
public Exception getException()
public Serializable getResult()