com.sun.rpc
Class RpcException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.io.IOException
                    |
                    +--com.sun.rpc.RpcException
Direct Known Subclasses:
MsgAcceptedException, MsgRejectedException

public class RpcException
extends java.io.IOException

Handle the RPC exceptions. Most of the work is done by the two subclasses that handle the Accepted and Denied classes of RPC errors.

See Also:
MsgDeniedException, MsgAcceptedConnection, Serialized Form

Field Summary
 int error
           
 int hi
           
 int lo
           
 int why
           
 
Constructor Summary
RpcException(int error)
           
RpcException(java.lang.String msg)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

error

public int error

why

public int why

lo

public int lo

hi

public int hi
Constructor Detail

RpcException

public RpcException(java.lang.String msg)

RpcException

public RpcException(int error)