Searched defs:INV_OBJREF (Results 1 - 1 of 1) 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...]

Completed in 28 milliseconds