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

/openjdk7/corba/src/share/classes/org/omg/CORBA/
H A DCOMM_FAILURE.java44 public final class COMM_FAILURE extends SystemException { class in inherits:SystemException
47 * Constructs a <code>COMM_FAILURE</code> exception with
50 public COMM_FAILURE() { method in class:COMM_FAILURE
55 * Constructs a <code>COMM_FAILURE</code> exception with the specified detail
61 public COMM_FAILURE(String s) { method in class:COMM_FAILURE
66 * Constructs a <code>COMM_FAILURE</code> exception with the specified
73 public COMM_FAILURE(int minor, CompletionStatus completed) { method in class:COMM_FAILURE
78 * Constructs a <code>COMM_FAILURE</code> exception with the specified detail
87 public COMM_FAILURE(String s, int minor, CompletionStatus completed) { method in class:COMM_FAILURE

Completed in 21 milliseconds