org.omg.CORBA.ORBPackage
Class InconsistentTypeCode
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.omg.CORBA.UserException
org.omg.CORBA.ORBPackage.InconsistentTypeCode
- All Implemented Interfaces:
- Serializable, IDLEntity
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.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.