public class JmxException
extends java.lang.RuntimeException
Constructor and Description |
---|
JmxException(java.lang.String msg)
Constructor for JmxException.
|
JmxException(java.lang.String msg,
java.lang.Throwable cause)
Constructor for JmxException.
|
public JmxException(java.lang.String msg)
msg
- the detail messagepublic JmxException(java.lang.String msg, java.lang.Throwable cause)
msg
- the detail messagecause
- the root cause (raw JMX API exception)