com.distinct.rpc
Class RPCTimeoutError

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.distinct.rpc.RPCError
                    |
                    +--com.distinct.rpc.RPCTimeoutError
All Implemented Interfaces:
java.io.Serializable

public class RPCTimeoutError
extends RPCError

Thrown when an RPC waits longer than the timeout value of the client.

See Also:
Serialized Form

Constructor Summary
RPCTimeoutError(java.lang.String s)
          Creates a new RPCTimeoutError exception (reason is JRPC.kRPC_TIMEDOUT)
 
Methods inherited from class com.distinct.rpc.RPCError
getReason
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RPCTimeoutError

public RPCTimeoutError(java.lang.String s)
Creates a new RPCTimeoutError exception (reason is JRPC.kRPC_TIMEDOUT)

Parameters:
s - The textual description of the error.