com.distinct.rpc
Class RPCXMLError

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

public class RPCXMLError
extends RPCError

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

See Also:
Serialized Form

Field Summary
 int code
           
 
Constructor Summary
RPCXMLError(int c, 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, 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
 

Field Detail

code

public int code
Constructor Detail

RPCXMLError

public RPCXMLError(int c,
                   java.lang.String s)
Creates a new RPCServerError exception (reason is JRPC.kRPC_PROGNOTREGISTERED)

Parameters:
s - The textual description of the error.