org.omg.CORBA.DynAnyPackage
public final class TypeMismatch extends UserException implements Serializable, IDLEntity
| Constructor Summary | |
|---|---|
| TypeMismatch()
Creates TypeMismatch without explaining message. | |
| TypeMismatch(String reason)
Created TypeMismatch exception, providing the explaining message.
| |
Parameters: reason the reason of throwing the exception.