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

/openjdk7/corba/src/share/classes/org/omg/CORBA/
H A DBAD_PARAM.java34 * values applies). BAD_PARAM can also be raised as a result of a
47 public final class BAD_PARAM extends SystemException { class in inherits:SystemException
50 * Constructs a <code>BAD_PARAM</code> exception with a default
53 public BAD_PARAM() { method in class:BAD_PARAM
58 * Constructs a <code>BAD_PARAM</code> exception with the specified detail
64 public BAD_PARAM(String s) { method in class:BAD_PARAM
69 * Constructs a <code>BAD_PARAM</code> exception with the specified
74 public BAD_PARAM(int minor, CompletionStatus completed) { method in class:BAD_PARAM
79 * Constructs a <code>BAD_PARAM</code> exception with the specified detail
88 public BAD_PARAM(Strin method in class:BAD_PARAM
[all...]

Completed in 22 milliseconds