程序包 cn.taketoday.jmx

类 MBeanServerNotFoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
cn.taketoday.core.NestedRuntimeException
cn.taketoday.jmx.JmxException
cn.taketoday.jmx.MBeanServerNotFoundException
所有已实现的接口:
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.
从以下版本开始:
4.0
作者:
Rob Harrop, Juergen Hoeller
另请参阅:
  • 构造器详细资料

    • MBeanServerNotFoundException

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

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