org.omg.DynamicAny.DynAnyPackage
public final class InvalidValue extends UserException implements IDLEntity, Serializable
Constructor Summary | |
---|---|
InvalidValue()
Create InvalidValue with no explaining
message. | |
InvalidValue(String why)
Create the InvalidValue with explaining
message.
|
Parameters: why a string, explaining, why this exception has been thrown.