Package com.sun.rpc

Class RpcException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
MsgAcceptedException, MsgRejectedException

public class RpcException extends 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:
  • Field Details

    • error

      public int error
    • why

      public int why
    • lo

      public int lo
    • hi

      public int hi
  • Constructor Details

    • RpcException

      public RpcException(String msg)
    • RpcException

      public RpcException(int error)