java.lang.Object
java.lang.Throwable
java.lang.Exception
org.omg.CORBA.UserException
org.omg.IOP.CodecPackage.TypeMismatch
- All Implemented Interfaces:
- org.omg.CORBA.portable.IDLEntity, java.io.Serializable
- public final class TypeMismatch
- extends org.omg.CORBA.UserException
- implements org.omg.CORBA.portable.IDLEntity, java.io.Serializable
The TypeMismatch may be thrown by various methods in org.omg.DynamicAny
package when the operation is not applicable due unexpected
org.omg.CORBA.TypeCode.
| Nested classes inherited from class java.lang.Throwable |
|
|
Field Summary |
private static long |
serialVersionUID
Use serialVersionUID (v1.4) for interoperability. |
| Fields inherited from class java.lang.Throwable |
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
serialVersionUID
private static final long serialVersionUID
- Use serialVersionUID (v1.4) for interoperability.
- See Also:
- Constant Field Values
TypeMismatch
public TypeMismatch()
- Create TypeMismatch with no explaining message.
TypeMismatch
public TypeMismatch(java.lang.String why)
- Create the TypeMismatch with explaining message.