com.distinct.rpc
Class RPCServerError

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

public class RPCServerError
extends RPCError

Thrown when an RPC server is not available (not registered at the Portmapper).

See Also:
Serialized Form

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

Constructor Detail

RPCServerError

public RPCServerError(java.lang.String s)
Creates a new RPCServerError exception (reason is JRPC.kRPC_PROGNOTREGISTERED)
Parameters:
s - The textual description of the error.