public class JMXRuntimeException
extends java.lang.RuntimeException
Constructor and Description |
---|
JMXRuntimeException(java.lang.String msg)
Constructor for JMXRuntimeException.
|
JMXRuntimeException(java.lang.String msg,
java.lang.Throwable t)
Constructor for JMXRuntimeException.
|
public JMXRuntimeException(java.lang.String msg)
msg
- the exception message.public JMXRuntimeException(java.lang.String msg, java.lang.Throwable t)
msg
- the exception message.t
- the Throwable representing the root cause of this exception.