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

/openjdk7/corba/src/share/classes/org/omg/CORBA/
H A DBAD_INV_ORDER.java42 public final class BAD_INV_ORDER extends SystemException { class in inherits:SystemException
45 * Constructs a <code>BAD_INV_ORDER</code> exception with a default
48 public BAD_INV_ORDER() { method in class:BAD_INV_ORDER
53 * Constructs a <code>BAD_INV_ORDER</code> exception with the specified detail
58 public BAD_INV_ORDER(String s) { method in class:BAD_INV_ORDER
63 * Constructs a <code>BAD_INV_ORDER</code> exceptionBAD_INV_ORDER with the specified
69 public BAD_INV_ORDER(int minor, CompletionStatus completed) { method in class:BAD_INV_ORDER
74 * Constructs a <code>BAD_INV_ORDER</code> exception with the specified detail
81 public BAD_INV_ORDER(String s, int minor, CompletionStatus completed) { method in class:BAD_INV_ORDER

Completed in 41 milliseconds