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, toString
public MBeanServerException(String msg)
MBeanServerException
with the given error message.msg
- the error messageCopyright © 2009-2018 Performance Co-Pilot. All Rights Reserved.