org.omg.DynamicAny.DynAnyFactoryPackage
Class InconsistentTypeCode
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.omg.CORBA.UserException
org.omg.DynamicAny.DynAnyFactoryPackage.InconsistentTypeCode
- All Implemented Interfaces:
- Serializable, IDLEntity
public final class InconsistentTypeCode
- extends UserException
- implements IDLEntity, Serializable
The InconsistentTypeCode is thrown on the attempt to create
an DynAny
for Principal
or native
data types. The OMG documentation states
that these two types should not be suported by org.omg.DynamicAny
package.
- See Also:
DynAnyOperations
,
Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
InconsistentTypeCode
public InconsistentTypeCode()
- Create InconsistentTypeCode with no explaining message.
InconsistentTypeCode
public InconsistentTypeCode(String why)
- Create the InconsistentTypeCode with explaining message.
- Parameters:
why
- a string, explaining, why this exception has been thrown.