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

/openjdk7/corba/src/share/classes/org/omg/CORBA/
H A DINV_IDENT.java42 public final class INV_IDENT extends SystemException { class in inherits:SystemException
44 * Constructs an <code>INV_IDENT</code> exception with a default
47 public INV_IDENT() { method in class:INV_IDENT
52 * Constructs an <code>INV_IDENT</code> exception with the specified detail
56 public INV_IDENT(String s) { method in class:INV_IDENT
61 * Constructs an <code>INV_IDENT</code> exception with the specified
67 public INV_IDENT(int minor, CompletionStatus completed) { method in class:INV_IDENT
72 * Constructs an <code>INV_IDENT</code> exception with the specified detail
80 public INV_IDENT(String s, int minor, CompletionStatus completed) { method in class:INV_IDENT

Completed in 438 milliseconds