public final class DuplicateName extends UserException implements IDLEntity, Serializable
org.omg.PortableInterceptor
with the same name.
For each org.omg.PortableInterceptor
type, only
one org.omg.PortableInterceptor
of a given name can
be registered with the ORB
.ORBInitInfoOperations
,
Serialized FormModifier and Type | Field and Description |
---|---|
String |
name
The name that appears to be duplicate.
|
Constructor and Description |
---|
DuplicateName()
Create DuplicateName with no explaining message field
name
initialised to null. |
DuplicateName(String a_name)
Create the DuplicateName without explaining message and and field
name initialised to the given value. |
DuplicateName(String why,
String a_name)
Create the DuplicateName with explaining message and field
name
initialised to the given value. |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public DuplicateName()
name
initialised to null.public DuplicateName(String why, String a_name)
name
initialised to the given value.why
- a string, explaining, why this exception has been thrown.a_name
- a value for name.public DuplicateName(String a_name)
name
initialised to the given value.a_name
- a value for name.