net.juniper.smgt.ent.im
Class DuplicateNameException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--net.juniper.smgt.ent.im.EntException
|
+--net.juniper.smgt.ent.im.DuplicateNameException
- All Implemented Interfaces:
- Serializable
- public class DuplicateNameException
- extends EntException
This exception is thrown if an attempt is made to create an object with the same name as one of its sibling aggregates.
For instance, every manager for a given subscriber must have a unique name. If a attempt is made to create a manager
with the same name as an existing manager, this exception will be thrown.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
DuplicateNameException
public DuplicateNameException()
- DuplicateNameException default constructor.
DuplicateNameException
public DuplicateNameException(String msg)
- DuplicateNameException constructor with message as an argument.
- Parameters:
msg - java.lang.String the message