All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class distinct.rpc.RPCServerError

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----distinct.rpc.RPCError
                           |
                           +----distinct.rpc.RPCServerError

public class RPCServerError
extends RPCError
Thrown when an RPC server is not available (not registered at the Portmapper).


Constructor Index

 o RPCServerError(String)
Creates a new RPCServerError exception (reason is JRPC.kRPC_PROGNOTREGISTERED)

Constructors

 o RPCServerError
 public RPCServerError(String s)
Creates a new RPCServerError exception (reason is JRPC.kRPC_PROGNOTREGISTERED)

Parameters:
s - The textual description of the error.

All Packages  Class Hierarchy  This Package  Previous  Next  Index