All Packages Class Hierarchy This Package Previous Next Index
Class org.omg.CORBA.UnknownUserExceptionHolder
java.lang.Object
|
+----org.omg.CORBA.UnknownUserExceptionHolder
- public final class UnknownUserExceptionHolder
- extends Object
- implements Streamable
- Java Class org.omg.CORBA.UnknownUserExceptionHolder
- Source File org/omg/CORBA/UnknownUserExceptionHolder.java
- IDL Source File corba.idl
- IDL Absolute Name ::CORBA::UnknownUserException
- Repository Identifier IDL:omg.org/CORBA/UnknownUserException:1.0
IDL definition:
exception UnknownUserException {
any except;
};
-
value
-
-
UnknownUserExceptionHolder()
-
-
UnknownUserExceptionHolder(UnknownUserException)
-
-
_read(InputStream)
-
-
_type()
-
-
_write(OutputStream)
-
value
public UnknownUserException value
UnknownUserExceptionHolder
public UnknownUserExceptionHolder()
UnknownUserExceptionHolder
public UnknownUserExceptionHolder(UnknownUserException value)
_read
public void _read(InputStream input)
_write
public void _write(OutputStream output)
_type
public TypeCode _type()
All Packages Class Hierarchy This Package Previous Next Index