public final class TypeMismatch extends org.omg.CORBA.UserException implements org.omg.CORBA.portable.IDLEntity, java.io.Serializable
| Constructor and Description |
|---|
TypeMismatch()
Create TypeMismatch with no explaining
message.
|
TypeMismatch(java.lang.String why)
Create the TypeMismatch with explaining
message.
|
public TypeMismatch()
public TypeMismatch(java.lang.String why)
why - a string, explaining, why this exception has been thrown.