Exceptions thrown by JMX implementations. These types of errors
are due to incorrect invocations as opposed to JMRuntimeExceptions
which are errors during the invocation.
See Also:javax.management.JMRuntimeException author: Juha Lindfors. author: Adrian Brock version: $Revision: 57200 $
Constructor Summary
public
JMException() Construct a new JMException with no message.
public
JMException(String message) Construct a new JMException with the given message.