- java.lang.Object
-
- org.omg.CORBA.UnknownUserExceptionHolder
-
- All Implemented Interfaces:
Streamable
public final class UnknownUserExceptionHolder extends Object implements Streamable
The Holder forUnknownUserException
. For more information on Holder files, see "Generated Files: Holder Files".org/omg/CORBA/UnknownUserExceptionHolder.java Generated by the IDL-to-Java compiler (portable), version "3.0" from CORBA.idl Thursday, August 24, 2000 5:52:22 PM PDT
-
-
Field Summary
Fields Modifier and Type Field Description UnknownUserException
value
-
Constructor Summary
Constructors Constructor Description UnknownUserExceptionHolder()
UnknownUserExceptionHolder(UnknownUserException initialValue)
-
-
-
Field Detail
-
value
public UnknownUserException value
-
-
Constructor Detail
-
UnknownUserExceptionHolder
public UnknownUserExceptionHolder()
-
UnknownUserExceptionHolder
public UnknownUserExceptionHolder(UnknownUserException initialValue)
-
-