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

/openjdk7/corba/src/share/classes/org/omg/CORBA/TypeCodePackage/
H A DBadKind.java29 * The exception <code>BadKind</code> is thrown when
33 * exception <code>BadKind</code> to be thrown.
39 public final class BadKind extends org.omg.CORBA.UserException { class in inherits:org.omg.CORBA.UserException
41 * Constructs a <code>BadKind</code> exception with no reason message.
43 public BadKind() { method in class:BadKind
48 * Constructs a <code>BadKind</code> exception with the specified
52 public BadKind(String reason) { method in class:BadKind

Completed in 37 milliseconds