KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > org > omg > PortableInterceptor > ORBInitInfoPackage > DuplicateName

org.omg.PortableInterceptor.ORBInitInfoPackage
Class DuplicateName

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

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


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


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


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

Popular Tags