Searched refs:NO_RESOURCES (Results 1 - 4 of 4) sorted by relevance

/openjdk10/corba/src/java.corba/share/classes/org/omg/CORBA/
H A DNO_RESOURCES.java41 public final class NO_RESOURCES extends SystemException { class in inherits:SystemException
43 * Constructs a <code>NO_RESOURCES</code> exception with a default minor code
47 public NO_RESOURCES() { method in class:NO_RESOURCES
52 * Constructs a <code>NO_RESOURCES</code> exception with the specified description,
56 public NO_RESOURCES(String s) { method in class:NO_RESOURCES
61 * Constructs a <code>NO_RESOURCES</code> exception with the specified
66 public NO_RESOURCES(int minor, CompletionStatus completed) { method in class:NO_RESOURCES
71 * Constructs a <code>NO_RESOURCES</code> exception with the specified description
77 public NO_RESOURCES(String s, int minor, CompletionStatus completed) { method in class:NO_RESOURCES
/openjdk10/corba/src/java.corba/share/classes/com/sun/corba/se/impl/interceptors/
H A DServerRequestInfoImpl.java33 import org.omg.CORBA.NO_RESOURCES;
296 // we throw NO_RESOURCES
313 // we throw NO_RESOURCES
H A DClientRequestInfoImpl.java41 import org.omg.CORBA.NO_RESOURCES;
H A DRequestInfoImpl.java56 import org.omg.CORBA.NO_RESOURCES;
273 * invoked. It raises NO_RESOURCES exception if the operation is not invoked
280 * operation was invoked. It raises NO_RESOURCES exception if the operation
287 * It raises NO_RESOURCES exception if the operation is not invoked by
294 * It raises NO_RESOURCES exception if the operation is not invoked by
301 * It raises NO_RESOURCES exception if the operation is not invoked by

Completed in 173 milliseconds