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