KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > org > omg > CORBA > UnknownUserExceptionHolder

org.omg.CORBA
Class UnknownUserExceptionHolder

java.lang.Object
  extended by org.omg.CORBA.UnknownUserExceptionHolder
All Implemented Interfaces:
Streamable
See Also:
Source Code

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


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


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


public void _read(InputStream i)
See Also:
Streamable
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public TypeCode _type()
See Also:
Streamable
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void _write(OutputStream o)
See Also:
Streamable
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags