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:
java.io.Serializable
- Direct Known Subclasses:
MsgAcceptedException,MsgRejectedException
public class RpcException extends java.io.IOExceptionHandle 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
-
-
Constructor Summary
Constructors Constructor Description RpcException(int error)RpcException(java.lang.String msg)
-