EASP API 6.4.0

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

Constructor Summary
DuplicateNameException()
          DuplicateNameException default constructor.
DuplicateNameException(String msg)
          DuplicateNameException constructor with message as an argument.
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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

EASP API 6.4.0