com.sun.rpc
Class RpcException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by com.sun.rpc.RpcException
All Implemented Interfaces:
java.io.Serializable
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.

Author:
Brent Callaghan
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)
           
 
Method Summary
 
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

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)