Class JmxException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
InvalidMetadataException, InvocationFailureException, MBeanConnectFailureException, MBeanExportException, MBeanInfoRetrievalException, MBeanServerNotFoundException, UnableToSendNotificationException

public class JmxException extends NestedRuntimeException
General base exception to be thrown on JMX errors. Unchecked since JMX failures are usually fatal.
Since:
2.0
Author:
Juergen Hoeller
See Also:
  • Constructor Details

    • JmxException

      public JmxException(String msg)
      Constructor for JmxException.
      Parameters:
      msg - the detail message
    • JmxException

      public JmxException(String msg, Throwable cause)
      Constructor for JmxException.
      Parameters:
      msg - the detail message
      cause - the root cause (usually a raw JMX API exception)