org.vostok.management.mbean
Class DuplicateNameException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.vostok.management.mbean.MBeanException
              extended by org.vostok.management.mbean.DuplicateNameException
All Implemented Interfaces:
java.io.Serializable

public class DuplicateNameException
extends MBeanException

throw when trying to create a factory with whom name already registered

Author:
levreau.jerome@vostoksystem.eu
See Also:
Serialized Form

Constructor Summary
DuplicateNameException()
          Creates a new instance of DuplicateNameException without detail message.
DuplicateNameException(java.lang.String msg)
          Constructs an instance of DuplicateNameException with the specified detail message.
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DuplicateNameException

public DuplicateNameException()
Creates a new instance of DuplicateNameException without detail message.


DuplicateNameException

public DuplicateNameException(java.lang.String msg)
Constructs an instance of DuplicateNameException with the specified detail message.

Parameters:
msg - the detail message.