org.omg.CORBA.TypeCodePackage

Class BadKind

public final class BadKind extends UserException implements IDLEntity, Serializable

This exception is thrown when an inappropriate operation is invoked on a {@link org.omg.CORBA.TypeCode} object.
Constructor Summary
BadKind()
Constructs a the exception.
BadKind(String reason)
Constructs the exception, explaining the reason of throwing it.

Constructor Detail

BadKind

public BadKind()
Constructs a the exception.

BadKind

public BadKind(String reason)
Constructs the exception, explaining the reason of throwing it.

Parameters: reason a string, explaining, why the exception has been thrown.