Class horb.orb.RemoteException
All Packages Class Hierarchy This Package Previous Next Index
Class horb.orb.RemoteException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----java.lang.RuntimeException
|
+----horb.orb.HORBException
|
+----horb.orb.RemoteException
- public class RemoteException
- extends HORBException
Signals error occurs during executing a remote object. This exception
will be thrown if;
exception occures during execution of the remote object.
TIPS!
- RemoteException.toString() returns exception message of the remote
exception.
- "horb -v" dumps stack trace when remote exception occurs.
-
RemoteException(Exception)
-
-
RemoteException(String)
-
RemoteException
public RemoteException(String s)
RemoteException
public RemoteException(Exception e)
All Packages Class Hierarchy This Package Previous Next Index