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:
- no class found.
- no daemon object with such object name found.
The proxy object is not usable and no connection has made after this
exception.
-
NoObjectException(Exception)
-
-
NoObjectException(String)
-
NoObjectException
public NoObjectException(String s)
NoObjectException
public NoObjectException(Exception e)
All Packages Class Hierarchy This Package Previous Next Index