org.omg.CORBA.ORBPackage

Class InconsistentTypeCode

public final class InconsistentTypeCode extends UserException implements IDLEntity, Serializable

The exception is thrown in response of the attempt to create the dynamic with an unmatching type code.
Constructor Summary
InconsistentTypeCode()
Constructs a the exception.
InconsistentTypeCode(String reason)
Constructs the exception, explaining the reason of throwing it.

Constructor Detail

InconsistentTypeCode

public InconsistentTypeCode()
Constructs a the exception.

InconsistentTypeCode

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

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