com.sun.rpc

Class RpcException

Known Direct 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

Field Summary

int
error
int
hi
int
lo
int
why

Constructor Summary

RpcException(String msg)
RpcException(int error)

Field Details

error

public int error

hi

public int hi

lo

public int lo

why

public int why

Constructor Details

RpcException

public RpcException(String msg)

RpcException

public RpcException(int error)