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