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