类 MBeanExportException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
cn.taketoday.core.NestedRuntimeException
cn.taketoday.jmx.JmxException
cn.taketoday.jmx.export.MBeanExportException
所有已实现的接口:
Serializable
直接已知子类:
UnableToRegisterMBeanException

public class MBeanExportException extends JmxException
Exception thrown in case of failure when exporting an MBean.
从以下版本开始:
4.0
作者:
Rob Harrop
另请参阅:
  • 构造器详细资料

    • MBeanExportException

      public MBeanExportException(String msg)
      Create a new MBeanExportException with the specified error message.
      参数:
      msg - the detail message
    • MBeanExportException

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