VisiBroker for Java

org.omg.PortableInterceptor.ORBInitInfoPackage
Class DuplicateName

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.omg.CORBA.UserException
              extended by 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
           
 
Constructor Summary
DuplicateName()
           
DuplicateName(java.lang.String name)
           
DuplicateName(java.lang.String _reason, java.lang.String name)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

name

public java.lang.String name
Constructor Detail

DuplicateName

public DuplicateName()

DuplicateName

public DuplicateName(java.lang.String name)

DuplicateName

public DuplicateName(java.lang.String _reason,
                     java.lang.String name)

Borland Software Corporation
http://www.borland.com
100 Enterprise Way
Scotts Valley, CA 95066
Voice: (831) 431-1000
pubsweb@borland.com

Read the latest documentation online