public class MBeanServerException extends JmxException
MBeanServer| Constructor and Description |
|---|
MBeanServerException(String msg)
Create a new
MBeanServerException with the given error message. |
MBeanServerException(String msg,
Throwable cause)
Create a new
MBeanServerException with the
given error message and root cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic MBeanServerException(String msg)
MBeanServerException with the given error message.msg - the error messageCopyright © 2009–2019 Performance Co-Pilot. All rights reserved.