com.liferay.portal.kernel.nio.intraband.rpc
Class RPCResponse
java.lang.Object
com.liferay.portal.kernel.nio.intraband.rpc.RPCResponse
- All Implemented Interfaces:
- Serializable
public class RPCResponse
- extends Object
- implements Serializable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RPCResponse
public RPCResponse(Exception exception)
RPCResponse
public RPCResponse(Serializable result)
getException
public Exception getException()
getResult
public Serializable getResult()