Package org.omg.CORBA.DynAnyPackage
Class TypeMismatch
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.omg.CORBA.UserException
-
- org.omg.CORBA.DynAnyPackage.TypeMismatch
-
- All Implemented Interfaces:
java.io.Serializable,IDLEntity
public final class TypeMismatch extends UserException
TypeMismatch is thrown by dynamic any accessor methods when type of the actual contents do not match what is trying to be accessed.
-
-
Constructor Summary
Constructors Constructor Description TypeMismatch()Constructs aTypeMismatchobject.TypeMismatch(java.lang.String reason)Constructs aTypeMismatchobject.
-