public final class DuplicateName extends org.omg.CORBA.UserException implements org.omg.CORBA.portable.IDLEntity, java.io.Serializable
org.omg.PortableInterceptor#Interceptor with the same name.
For each org.omg.PortableInterceptor#Interceptor type, only
one org.omg.PortableInterceptor#Interceptor of a given name can
be registered with the ORB.ORBInitInfoOperations,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
java.lang.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(java.lang.String a_name)
Create the DuplicateName without explaining message and and field
name initialised to the given value. |
DuplicateName(java.lang.String why,
java.lang.String a_name)
Create the DuplicateName with explaining message and field
name
initialised to the given value. |
public java.lang.String name
public DuplicateName()
name
initialised to null.public DuplicateName(java.lang.String why, java.lang.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(java.lang.String a_name)
name initialised to the given value.a_name - a value for name.