org.omg.CORBA.DynAnyPackage
public final class TypeMismatch extends UserException implements Serializable, IDLEntity
Constructor and Description |
---|
TypeMismatch()
Creates TypeMismatch without explaining message.
|
TypeMismatch(String reason)
Created TypeMismatch exception, providing the explaining message.
|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public TypeMismatch()
public TypeMismatch(String reason)
reason
- the reason of throwing the exception.