Uses of Class
javax.management.JMRuntimeException
-
Packages that use JMRuntimeException Package Description javax.management Provides the core classes for the Java Management Extensions.javax.management.monitor Provides the definition of the monitor classes. -
-
Uses of JMRuntimeException in javax.management
Subclasses of JMRuntimeException in javax.management Modifier and Type Class Description classRuntimeErrorExceptionWhen ajava.lang.Erroroccurs in the agent it should be caught and re-thrown as aRuntimeErrorException.classRuntimeMBeanExceptionRepresents runtime exceptions thrown by MBean methods in the agent.classRuntimeOperationsExceptionRepresents runtime exceptions thrown in the agent when performing operations on MBeans. -
Uses of JMRuntimeException in javax.management.monitor
Subclasses of JMRuntimeException in javax.management.monitor Modifier and Type Class Description classMonitorSettingExceptionException thrown by the monitor when a monitor setting becomes invalid while the monitor is running.
-