Searched refs:JMRuntimeException (Results 1 - 10 of 10) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/management/
H A DJMRuntimeException.java34 public class JMRuntimeException extends RuntimeException { class in inherits:RuntimeException
42 public JMRuntimeException() { method in class:JMRuntimeException
51 public JMRuntimeException(String message) { method in class:JMRuntimeException
60 JMRuntimeException(String message, Throwable cause) { method in class:JMRuntimeException
H A DRuntimeErrorException.java36 public class RuntimeErrorException extends JMRuntimeException {
H A DRuntimeMBeanException.java37 public class RuntimeMBeanException extends JMRuntimeException {
H A DRuntimeOperationsException.java36 public class RuntimeOperationsException extends JMRuntimeException {
H A DMBeanServerFactory.java178 * @exception JMRuntimeException if the property
215 * @exception JMRuntimeException if the property
259 * @exception JMRuntimeException if the property
298 * @exception JMRuntimeException if the property
326 throw new JMRuntimeException(msg);
333 throw new JMRuntimeException(msg);
457 * a JMRuntimeException.
469 throw new JMRuntimeException(msg, x);
503 throw new JMRuntimeException(msg, x);
533 * @exception JMRuntimeException i
[all...]
/openjdk7/jdk/src/share/classes/javax/management/monitor/
H A DMonitorSettingException.java38 public class MonitorSettingException extends javax.management.JMRuntimeException {
/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/daemon/
H A DCommunicationException.java41 public class CommunicationException extends javax.management.JMRuntimeException {
/openjdk7/jdk/test/java/lang/management/ManagementFactory/
H A DMXBeanException.java94 private static void checkMBeanException(JMRuntimeException e) {
/openjdk7/jdk/src/share/classes/com/sun/jmx/mbeanserver/
H A DMBeanServerDelegateImpl.java34 import javax.management.JMRuntimeException;
172 } catch (JMRuntimeException j) {
/openjdk7/jdk/src/share/classes/com/sun/jmx/interceptor/
H A DDefaultMBeanServerInterceptor.java64 import javax.management.JMRuntimeException;
1390 throw new JMRuntimeException("MBean " + name +

Completed in 71 milliseconds