public final class InvalidName extends org.omg.CORBA.UserException implements org.omg.CORBA.portable.IDLEntity, java.io.Serializable
ORBInitInfoOperations on the attempt to
register or resolve an invalid name like empty string. The already
registered names (including the default names, defined by OMG) are also
invalid for registration.| Constructor and Description |
|---|
InvalidName()
Create InvalidName with no explaining message.
|
InvalidName(java.lang.String why)
Create the InvalidName with explaining message.
|
public InvalidName()
public InvalidName(java.lang.String why)
why - a string, explaining, why the name is invalid.