Class horb.orb.HORBException
All Packages Class Hierarchy This Package Previous Next Index
Class horb.orb.HORBException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----java.lang.RuntimeException
|
+----horb.orb.HORBException
- public class HORBException
- extends RuntimeException
Signals error occurs while calling a remote object. Since this class
is a subclass of RuntimeException, you don't need to try&catch HORBException
or a subclass of HORBException.
-
HORBException(Exception)
-
-
HORBException(String)
-
HORBException
public HORBException(String s)
HORBException
public HORBException(Exception e)
All Packages Class Hierarchy This Package Previous Next Index