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

Class horb.orb.ProxyException

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

public class ProxyException
extends HORBException
Signals failure to allocate a proxy object. This exception occures only when the strict flag of IOCI is true. The default is false. If the strict flag is false, ORB silently ignores the errors. That means that an exception may occur when you use remote object reference that was passed remotely. The proxy object is not usable after occuring of this exception.

Constructor Index

 o ProxyException(Exception)
 o ProxyException(String)

Constructors

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

All Packages  Class Hierarchy  This Package  Previous  Next  Index