public final class InconsistentTypeCode extends UserException implements IDLEntity, Serializable
DynAny for Principal
or native data types. The OMG documentation states
that these two types should not be suported by org.omg.DynamicAny
package.DynAnyOperations,
Serialized Form| Constructor and Description |
|---|
InconsistentTypeCode()
Create InconsistentTypeCode with no explaining message.
|
InconsistentTypeCode(String why)
Create the InconsistentTypeCode with explaining message.
|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InconsistentTypeCode()
public InconsistentTypeCode(String why)
why - a string, explaining, why this exception has been thrown.