Searched refs:INVALID_ACTIVITY (Results 1 - 2 of 2) sorted by relevance

/openjdk7/corba/src/share/classes/org/omg/CORBA/
H A DINVALID_ACTIVITY.java29 * The <code>INVALID_ACTIVITY</code> system exception may be raised on the
40 public final class INVALID_ACTIVITY extends SystemException { class in inherits:SystemException
43 * Constructs an <code>INVALID_ACTIVITY</code> exception with
46 public INVALID_ACTIVITY() { method in class:INVALID_ACTIVITY
51 * Constructs an <code>INVALID_ACTIVITY</code> exception with the
56 public INVALID_ACTIVITY(String detailMessage) { method in class:INVALID_ACTIVITY
61 * Constructs an <code>INVALID_ACTIVITY</code> exception with the
67 public INVALID_ACTIVITY(int minorCode, method in class:INVALID_ACTIVITY
73 * Constructs an <code>INVALID_ACTIVITY</code> exception with the
80 public INVALID_ACTIVITY(Strin method in class:INVALID_ACTIVITY
[all...]
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/javax/rmi/CORBA/
H A DUtil.java84 import org.omg.CORBA.INVALID_ACTIVITY;
293 } else if (ex instanceof INVALID_ACTIVITY) {

Completed in 30 milliseconds