com.inprise.vbroker.ServerManager.ContainerPackage
Class NameAlreadyPresent
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.omg.CORBA.UserException
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
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 |
NameAlreadyPresent
public NameAlreadyPresent()
NameAlreadyPresent
public NameAlreadyPresent(java.lang.String _reason)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Throwable
Read the latest documentation online