Uses of Class
javax.management.JMRuntimeException
-
Packages that use JMRuntimeException 软件包 描述 javax.management 提供Java管理扩展的核心类。javax.management.monitor 提供监视器类的定义。 -
-
Uses of JMRuntimeException in javax.management
Subclasses of JMRuntimeException in javax.management Modifier and Type Class 描述 classRuntimeErrorException当java.lang.Error发生java.lang.Error时,应该被捕获并重新抛出为RuntimeErrorException。classRuntimeMBeanException表示代理中MBean方法抛出的运行时异常。classRuntimeOperationsException表示在对MBean执行操作时在代理中抛出的运行时异常。 -
Uses of JMRuntimeException in javax.management.monitor
Subclasses of JMRuntimeException in javax.management.monitor Modifier and Type Class 描述 classMonitorSettingException监视器设置在监视器运行时无效时由监视器抛出异常。
-