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

/openjdk7/corba/src/share/classes/org/omg/CORBA/
H A DBAD_OPERATION.java40 public final class BAD_OPERATION extends SystemException { class in inherits:SystemException
43 * Constructs a <code>BAD_OPERATION</code> exception with a default
46 public BAD_OPERATION() { method in class:BAD_OPERATION
51 * Constructs a <code>BAD_OPERATION</code> exception with the specified detail
55 public BAD_OPERATION(String s) { method in class:BAD_OPERATION
60 * Constructs a <code>BAD_OPERATION</code> exception with the specified
66 public BAD_OPERATION(int minor, CompletionStatus completed) { method in class:BAD_OPERATION
71 * Constructs a <code>BAD_OPERATION</code> exception with the specified detail
79 public BAD_OPERATION(String s, int minor, CompletionStatus completed) { method in class:BAD_OPERATION

Completed in 52 milliseconds