MBeanNamingExceptionpublic class MBeanNamingException extends Exception
Constructors Summary |
---|
public MBeanNamingException()Creates new MBeanNamingException without detail message.
super();
| public MBeanNamingException(String msg)Constructs an MBeanNamingException with the specified detail message.
super(msg);
|
|