Class horb.orb.NoObjectException
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class horb.orb.NoObjectException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----java.lang.RuntimeException
                           |
                           +----horb.orb.HORBException
                                   |
                                   +----horb.orb.NoObjectException

public class NoObjectException
extends HORBException
Signals failure to find object to be called. This exception will be throwon, if: The proxy object is not usable and no connection has made after this exception.

Constructor Index

 o NoObjectException(Exception)
 o NoObjectException(String)

Constructors

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

All Packages  Class Hierarchy  This Package  Previous  Next  Index