Class horb.orb.ArgumentException
All Packages Class Hierarchy This Package Previous Next Index
Class horb.orb.ArgumentException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----java.lang.RuntimeException
|
+----horb.orb.HORBException
|
+----horb.orb.ArgumentException
- public class ArgumentException
- extends HORBException
Signals an exception, for example null pointer access, occures in
skeleton side during passing arguments. The proxy object is no
longer usable. Create a new proxy object and dispose the errornous
proxy object.
TIPS!
- ArgumentException.toString() returns exception message of the remote
exception.
- horb server always dumps stack trace when argument exception occurs.
-
ArgumentException(Exception)
-
-
ArgumentException(String)
-
ArgumentException
public ArgumentException(String s)
ArgumentException
public ArgumentException(Exception e)
All Packages Class Hierarchy This Package Previous Next Index