Package com.sun.rpc
Class RpcException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.sun.rpc.RpcException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
MsgAcceptedException
,MsgRejectedException
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
error
public int error -
why
public int why -
lo
public int lo -
hi
public int hi
-
-
Constructor Details
-
RpcException
-
RpcException
public RpcException(int error)
-