KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > org > omg > PortableServer > POAPackage > InvalidPolicy

org.omg.PortableServer.POAPackage
Class InvalidPolicy

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.omg.CORBA.UserException
              extended by org.omg.PortableServer.POAPackage.InvalidPolicy
All Implemented Interfaces:
Serializable, IDLEntity
See Also:
Top Examples, Source Code

public short index
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public InvalidPolicy()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public InvalidPolicy(String $reason,
                     short _index)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public InvalidPolicy(short _index)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags