public class MBeanServerException extends JmxException
MBeanServer| Constructor and Description |
|---|
MBeanServerException(java.lang.String msg)
Create a new
MBeanServerException with the given error message. |
MBeanServerException(java.lang.String msg,
java.lang.Throwable cause)
Create a new
MBeanServerException with the
given error message and root cause. |
public MBeanServerException(java.lang.String msg)
MBeanServerException with the given error message.msg - the error messagepublic MBeanServerException(java.lang.String msg,
java.lang.Throwable cause)
MBeanServerException with the
given error message and root cause.msg - the error messagecause - the root cause