public final class TypeMismatch extends org.omg.CORBA.UserException implements java.io.Serializable, org.omg.CORBA.portable.IDLEntity
| Constructor and Description |
|---|
TypeMismatch()
Creates TypeMismatch without explaining message.
|
TypeMismatch(java.lang.String reason)
Created TypeMismatch exception, providing the explaining message.
|
public TypeMismatch()
public TypeMismatch(java.lang.String reason)
reason - the reason of throwing the exception.