org.omg.DynamicAny.DynAnyFactoryPackage
public final class InconsistentTypeCode extends UserException implements IDLEntity, Serializable
Principal
or native
data types. The OMG documentation states
that these two types should not be suported by org.omg.DynamicAny
package.
Constructor Summary | |
---|---|
InconsistentTypeCode()
Create InconsistentTypeCode with no explaining message. | |
InconsistentTypeCode(String why)
Create the InconsistentTypeCode with explaining message.
|
Parameters: why a string, explaining, why this exception has been thrown.