org.omg.PortableInterceptor.ORBInitInfoPackage
public final class InvalidName extends UserException implements IDLEntity, 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(String why)
Create the InvalidName with explaining message.
|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public InvalidName()
public InvalidName(String why)
why
- a string, explaining, why the name is invalid.