org.omg.DynamicAny.DynAnyPackage
public final class InvalidValue extends UserException implements IDLEntity, Serializable
Constructor and Description |
---|
InvalidValue()
Create InvalidValue with no explaining
message.
|
InvalidValue(String why)
Create the InvalidValue with explaining
message.
|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public InvalidValue()
public InvalidValue(String why)
why
- a string, explaining, why this exception has been thrown.