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

/openjdk7/corba/src/share/classes/org/omg/CORBA/
H A DACTIVITY_REQUIRED.java29 * The <code>ACTIVITY_REQUIRED</code> system exception may be raised on any
39 public final class ACTIVITY_REQUIRED extends SystemException { class in inherits:SystemException
42 * Constructs an <code>ACTIVITY_REQUIRED</code> exception with
45 public ACTIVITY_REQUIRED() { method in class:ACTIVITY_REQUIRED
50 * Constructs an <code>ACTIVITY_REQUIRED</code> exception with the
55 public ACTIVITY_REQUIRED(String detailMessage) { method in class:ACTIVITY_REQUIRED
60 * Constructs an <code>ACTIVITY_REQUIRED</code> exception with the
66 public ACTIVITY_REQUIRED(int minorCode, method in class:ACTIVITY_REQUIRED
72 * Constructs an <code>ACTIVITY_REQUIRED</code> exception with the
79 public ACTIVITY_REQUIRED(Strin method in class:ACTIVITY_REQUIRED
[all...]
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/javax/rmi/CORBA/
H A DUtil.java82 import org.omg.CORBA.ACTIVITY_REQUIRED;
261 } else if (ex instanceof ACTIVITY_REQUIRED) {

Completed in 43 milliseconds