org.omg.PortableInterceptor.ORBInitInfoPackage
public final class DuplicateName extends UserException implements IDLEntity, Serializable
| Field Summary | |
|---|---|
| String | name
The name that appears to be duplicate. |
| Constructor Summary | |
|---|---|
| DuplicateName()
Create DuplicateName with no explaining message field {@link #name}
initialised to null. | |
| DuplicateName(String why, String a_name)
Create the DuplicateName with explaining message and field {@link #name}
initialised to the given value.
| |
| DuplicateName(String a_name)
Create the DuplicateName without explaining message and and field
{@link #name} initialised to the given value.
| |
Parameters: why a string, explaining, why this exception has been thrown. a_name a value for name.
Parameters: a_name a value for name.