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

/openjdk7/corba/src/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

Completed in 35 milliseconds