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

/openjdk10/corba/src/java.corba/share/classes/org/omg/CORBA/
H A DBAD_QOS.java29 * The <code>BAD_QOS</code> exception is raised whenever an object cannot
38 public final class BAD_QOS extends SystemException { class in inherits:SystemException
41 * Constructs an <code>BAD_QOS</code> exception with
44 public BAD_QOS() { method in class:BAD_QOS
49 * Constructs an <code>BAD_QOS</code> exception with the
54 public BAD_QOS(String detailMessage) { method in class:BAD_QOS
59 * Constructs an <code>BAD_QOS</code> exception with the
65 public BAD_QOS(int minorCode, method in class:BAD_QOS
71 * Constructs an <code>BAD_QOS</code> exception with the
78 public BAD_QOS(Strin method in class:BAD_QOS
[all...]

Completed in 89 milliseconds