Class MBeanServerNotFoundException

All Implemented Interfaces:
Serializable

public class MBeanServerNotFoundException extends JmxException
Exception thrown when we cannot locate an instance of an MBeanServer, or when more than one instance is found.
Since:
1.2
Author:
Rob Harrop, Juergen Hoeller
See Also:
  • Constructor Details

    • MBeanServerNotFoundException

      public MBeanServerNotFoundException(String msg)
      Create a new MBeanServerNotFoundException with the supplied error message.
      Parameters:
      msg - the error message
    • MBeanServerNotFoundException

      public MBeanServerNotFoundException(String msg, Throwable cause)
      Create a new MBeanServerNotFoundException with the specified error message and root cause.
      Parameters:
      msg - the error message
      cause - the root cause