org.omg.PortableInterceptor.ORBInitInfoPackage
Class DuplicateName
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.omg.CORBA.UserException
org.omg.PortableInterceptor.ORBInitInfoPackage.DuplicateName
- All Implemented Interfaces:
- java.io.Serializable, IDLEntity
public final class DuplicateName
- extends UserException
Only one interceptor of a given name can be registered with the ORB for each interceptor type. If
an attempt is made to register a second interceptor with the same name, DuplicateName
exception is raised.
An interceptor may be anonymous, i.e., has an empty string as the name attribute. Any number of
anonymous interceptors may be registered with the ORB so, if the interceptor being registered is anonymous,
the registration operation will not raise DuplicateName
exception.
- See Also:
- Serialized Form
Field Summary |
java.lang.String |
name
|
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 |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
name
public java.lang.String name
DuplicateName
public DuplicateName()
DuplicateName
public DuplicateName(java.lang.String name)
DuplicateName
public DuplicateName(java.lang.String _reason,
java.lang.String name)
Read the latest documentation online