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.
- Reconnection failure after object passing by reference.
- Foo_Proxy.class or Foo_Skeleton.class not found during passing
an instance of Foo.
This exception means you should prepare proper *_Proxy and *_Skeleton class
for a remote 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.
-
ProxyException(Exception)
-
-
ProxyException(String)
-
ProxyException
public ProxyException(String s)
ProxyException
public ProxyException(Exception e)
All Packages Class Hierarchy This Package Previous Next Index