Searched refs:UnknownUserException (Results 1 - 5 of 5) sorted by relevance

/openjdk9/corba/src/java.corba/share/classes/org/omg/CORBA/
H A DUnknownUserException.java32 * <code>UnknownUserException</code> object. This is available from the
40 public final class UnknownUserException extends UserException { class in inherits:UserException
49 * Constructs an <code>UnknownUserException</code> object.
51 public UnknownUserException() { method in class:UnknownUserException
56 * Constructs an <code>UnknownUserException</code> object that contains the given
62 public UnknownUserException(Any a) { method in class:UnknownUserException
H A DUnknownUserExceptionHelper.java29 * The Helper for {@code UnknownUserException}. For more information on
40 private static String _id = "IDL:omg.org/CORBA/UnknownUserException:1.0";
42 public static void insert (org.omg.CORBA.Any a, org.omg.CORBA.UnknownUserException that)
50 public static org.omg.CORBA.UnknownUserException extract (org.omg.CORBA.Any a)
77 __typeCode = org.omg.CORBA.ORB.init ().create_exception_tc (org.omg.CORBA.UnknownUserExceptionHelper.id (), "UnknownUserException", _members0);
90 public static org.omg.CORBA.UnknownUserException read (org.omg.CORBA.portable.InputStream istream)
92 org.omg.CORBA.UnknownUserException value = new org.omg.CORBA.UnknownUserException ();
99 public static void write (org.omg.CORBA.portable.OutputStream ostream, org.omg.CORBA.UnknownUserException value)
H A DUnknownUserExceptionHolder.java28 * The Holder for {@code UnknownUserException}. For more information on
39 public org.omg.CORBA.UnknownUserException value = null;
45 public UnknownUserExceptionHolder (org.omg.CORBA.UnknownUserException initialValue)
/openjdk9/corba/src/java.corba/share/classes/com/sun/corba/se/impl/corba/
H A DRequestImpl.java50 import org.omg.CORBA.UnknownUserException;
/openjdk9/corba/src/java.corba/share/classes/com/sun/corba/se/impl/protocol/
H A DCorbaMessageMediatorImpl.java43 import org.omg.CORBA.UnknownUserException;
450 // UnknownUserException and put it in the
455 return new UnknownUserException(eany);

Completed in 102 milliseconds