io
Class IORpcException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by java.rmi.RemoteException
                  extended by 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

Field Summary
 
Fields inherited from class java.rmi.RemoteException
detail
 
Constructor Summary
IORpcException(org.acplt.oncrpc.OncRpcException ore)
          Constructs the IORpcException out of the OncRpcException.
 
Method Summary
 
Methods inherited from class java.rmi.RemoteException
getCause, getMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IORpcException

public IORpcException(org.acplt.oncrpc.OncRpcException ore)
Constructs the IORpcException out of the OncRpcException.