VisiBroker for Java

com.inprise.vbroker.ServerManager.ContainerPackage
Class NameAlreadyPresent

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.omg.CORBA.UserException
              extended by com.inprise.vbroker.ServerManager.ContainerPackage.NameAlreadyPresent
All Implemented Interfaces:
java.io.Serializable, IDLEntity

public final class NameAlreadyPresent
extends UserException

Raised by various methods in the Container interface. It generally means that a name specified in the method is already present. For example, Container::add_property(Container::Property prop) would throw this exception if a property having the same name as prop is already defined in the container.

See Also:
Serialized Form

Constructor Summary
NameAlreadyPresent()
           
NameAlreadyPresent(java.lang.String _reason)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NameAlreadyPresent

public NameAlreadyPresent()

NameAlreadyPresent

public NameAlreadyPresent(java.lang.String _reason)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Throwable

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