Searched refs:RuntimeErrorException (Results 1 - 9 of 9) sorted by relevance

/openjdk10/jdk/src/java.management/share/classes/javax/management/
H A DRuntimeErrorException.java32 * re-thrown as a <CODE>RuntimeErrorException</CODE>.
36 public class RuntimeErrorException extends JMRuntimeException { class in inherits:JMRuntimeException
51 public RuntimeErrorException(java.lang.Error e) { method in class:RuntimeErrorException
62 public RuntimeErrorException(java.lang.Error e, String message) { method in class:RuntimeErrorException
H A DMBeanServerInvocationHandler.java305 } catch (RuntimeErrorException rre) {
/openjdk10/jdk/test/javax/management/MBeanServer/
H A DExceptionFactory.java43 import javax.management.RuntimeErrorException;
102 exceptions.add(new RuntimeErrorException(new Error(mes), mes));
H A DPostExceptionTest.java309 if (!(thrown instanceof RuntimeErrorException)) {
310 System.out.println("Expected RuntimeErrorException, got "+
312 throw new Exception("Expected RuntimeErrorException, got "+
H A DOldMBeanServerTest.java85 import javax.management.RuntimeErrorException;
1354 throw new RuntimeErrorException(x);
/openjdk10/jdk/test/javax/management/mxbean/
H A DMXBeanExceptionHandlingTest.java49 import javax.management.RuntimeErrorException;
173 System.out.println("(ERROR) Did not get awaited RuntimeErrorException") ;
174 } catch (RuntimeErrorException ree) {
175 System.out.println("(OK) Got awaited RuntimeErrorException") ;
199 System.out.println("(ERROR) Did not get awaited RuntimeErrorException but "
/openjdk10/jdk/src/java.management/share/classes/com/sun/jmx/mbeanserver/
H A DMBeanInstantiator.java52 import javax.management.RuntimeErrorException;
236 throw new RuntimeErrorException((Error) t,
326 throw new RuntimeErrorException((Error) th,
/openjdk10/jdk/src/java.management/share/classes/com/sun/jmx/interceptor/
H A DDefaultMBeanServerInterceptor.java87 import javax.management.RuntimeErrorException;
826 } catch (RuntimeErrorException e) {
831 throw new RuntimeErrorException(e, e.toString());
977 throw new RuntimeErrorException((Error)t,
1025 throw new RuntimeErrorException(er,
1058 throw new RuntimeErrorException(er,
1359 } catch (RuntimeErrorException e) {
1365 throw new RuntimeErrorException(e, "getMBeanInfo threw Error");
/openjdk10/jdk/src/java.management/share/classes/javax/management/modelmbean/
H A DRequiredModelMBean.java79 import javax.management.RuntimeErrorException;
1190 } catch (RuntimeErrorException ree) {
1210 throw new RuntimeErrorException((Error)mmbTargEx,
1221 throw new RuntimeErrorException(err,

Completed in 128 milliseconds