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