Class horb.orb.NoMethodException
All Packages Class Hierarchy This Package Previous Next Index
Class horb.orb.NoMethodException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----java.lang.RuntimeException
|
+----horb.orb.HORBException
|
+----horb.orb.NoMethodException
- public class NoMethodException
- extends HORBException
Signals failure to find a corresponding method to be called. The proxy
object is still usable, but the versions of proxy and skeleton may
mismatch. You should prepare proper proxy and skeleton.
-
NoMethodException(Exception)
-
-
NoMethodException(String)
-
NoMethodException
public NoMethodException(String s)
NoMethodException
public NoMethodException(Exception e)
All Packages Class Hierarchy This Package Previous Next Index