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!


Constructor Index

 o ArgumentException(Exception)
 o ArgumentException(String)

Constructors

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

All Packages  Class Hierarchy  This Package  Previous  Next  Index