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

/openjdk7/corba/src/share/classes/org/omg/CORBA/
H A DFREE_MEM.java41 public final class FREE_MEM extends SystemException { class in inherits:SystemException
43 * Constructs a <code>FREE_MEM</code> exception with a default
46 public FREE_MEM() { method in class:FREE_MEM
51 * Constructs a <code>FREE_MEM</code> exception with the specified detail
56 public FREE_MEM(String s) { method in class:FREE_MEM
61 * Constructs a <code>FREE_MEM</code> exception with the specified
66 public FREE_MEM(int minor, CompletionStatus completed) { method in class:FREE_MEM
71 * Constructs a <code>FREE_MEM</code> exception with the specified detail
78 public FREE_MEM(String s, int minor, CompletionStatus completed) { method in class:FREE_MEM

Completed in 39 milliseconds