All Packages Class Hierarchy This Package Previous Next Index
Class distinct.rpc.RPCTimeoutError
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----distinct.rpc.RPCError
|
+----distinct.rpc.RPCTimeoutError
- public class RPCTimeoutError
- extends RPCError
Thrown when an RPC waits longer than the timeout value of the client.
-
RPCTimeoutError(String)
- Creates a new RPCTimeoutError exception (reason is JRPC.kRPC_TIMEDOUT)
RPCTimeoutError
public RPCTimeoutError(String s)
- Creates a new RPCTimeoutError exception (reason is JRPC.kRPC_TIMEDOUT)
- Parameters:
- s - The textual description of the error.
All Packages Class Hierarchy This Package Previous Next Index