Searched refs:INV_OBJREF (Results 1 - 3 of 3) sorted by relevance

/openjdk7/corba/src/share/classes/org/omg/CORBA/
H A DINV_OBJREF.java35 * <tt>INV_OBJREF</tt> is used to indicate this.<P>
48 public final class INV_OBJREF extends SystemException { class in inherits:SystemException
50 * Constructs an <code>INV_OBJREF</code> exception with a default
53 public INV_OBJREF() { method in class:INV_OBJREF
58 * Constructs an <code>INV_OBJREF</code> exception with the specified detail
62 public INV_OBJREF(String s) { method in class:INV_OBJREF
67 * Constructs an <code>INV_OBJREF</code> exception with the specified
73 public INV_OBJREF(int minor, CompletionStatus completed) { method in class:INV_OBJREF
78 * Constructs an <code>INV_OBJREF</code> exception with the specified detail
86 public INV_OBJREF(Strin method in class:INV_OBJREF
[all...]
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/javax/rmi/CORBA/
H A DUtil.java74 import org.omg.CORBA.INV_OBJREF;
220 } else if (ex instanceof INV_OBJREF) {
/openjdk7/jdk/src/share/classes/com/sun/jndi/cosnaming/
H A DCNCtx.java409 } catch (org.omg.CORBA.INV_OBJREF e) {

Completed in 34 milliseconds