io
Class IORpcException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
java.rmi.RemoteException
io.IORpcException
- All Implemented Interfaces:
- Serializable
public class IORpcException
- extends RemoteException
This class indicates that a process has thrown an OncRpcException. However,
driver methods may only throw IOException, thus, we construct a new
IO-Exception subclass.
- See Also:
- Serialized Form
|
Constructor Summary |
IORpcException(org.acplt.oncrpc.OncRpcException ore)
Constructs the IORpcException out of the OncRpcException. |
IORpcException
public IORpcException(org.acplt.oncrpc.OncRpcException ore)
- Constructs the IORpcException out of the OncRpcException.