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