类 MBeanInfoRetrievalException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
cn.taketoday.core.NestedRuntimeException
cn.taketoday.jmx.JmxException
cn.taketoday.jmx.access.MBeanInfoRetrievalException
所有已实现的接口:
Serializable

public class MBeanInfoRetrievalException extends JmxException
Thrown if an exception is encountered when trying to retrieve MBean metadata.
从以下版本开始:
4.0
作者:
Rob Harrop, Juergen Hoeller
另请参阅:
  • 构造器详细资料

    • MBeanInfoRetrievalException

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

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