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!


    Constructor Index

     o RemoteException(Exception)
     o RemoteException(String)

    Constructors

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

    All Packages  Class Hierarchy  This Package  Previous  Next  Index