|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.omg.CORBA.UserException
org.omg.PortableInterceptor.ORBInitInfoPackage.DuplicateName
public final class DuplicateName
This exception is raised on an attempt to register a second
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 Form| Field Summary | |
|---|---|
String |
name
The name that appears to be duplicate. |
| Constructor Summary | |
|---|---|
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. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public String name
| Constructor Detail |
|---|
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.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||