Searched defs:RuntimeTestException (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/test/javax/management/Introspector/
H A DNotCompliantCauseTest.java78 public static class RuntimeTestException extends RuntimeException { class in class:NotCompliantCauseTest
79 public RuntimeTestException(String msg) { method in class:NotCompliantCauseTest.RuntimeTestException
82 public RuntimeTestException(String msg, Throwable cause) { method in class:NotCompliantCauseTest.RuntimeTestException
85 public RuntimeTestException(Throwable cause) { method in class:NotCompliantCauseTest.RuntimeTestException
102 throw new RuntimeTestException("NotCompliantMBeanException not thrown");
103 } catch (RuntimeTestException e) {
108 throw new RuntimeTestException("NotCompliantMBeanException " +
115 throw new RuntimeTestException("NotCompliantMBeanException " +

Completed in 21 milliseconds