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.

Constructor Index

 o HORBException(Exception)
 o HORBException(String)

Constructors

 o HORBException
  public HORBException(String s)
 o HORBException
  public HORBException(Exception e)

All Packages  Class Hierarchy  This Package  Previous  Next  Index