Searched refs:JMException (Results 1 - 15 of 15) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/management/
H A DJMException.java35 public class JMException extends java.lang.Exception { class in inherits:java.lang.Exception
43 public JMException() { method in class:JMException
52 public JMException(String msg) { method in class:JMException
H A DOperationsException.java36 public class OperationsException extends JMException {
H A DMBeanException.java37 public class MBeanException extends JMException {
H A DReflectionException.java37 public class ReflectionException extends JMException {
H A DMBeanServerFactory.java401 } catch (JMException e) {
/openjdk7/jdk/src/share/classes/javax/management/openmbean/
H A DOpenDataException.java30 import javax.management.JMException;
39 public class OpenDataException extends JMException {
/openjdk7/jdk/src/share/classes/javax/management/relation/
H A DRelationException.java28 import javax.management.JMException;
36 public class RelationException extends JMException {
/openjdk7/jdk/src/share/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/
H A DScanManagerMXBean.java46 import javax.management.JMException;
197 * @throws JMException The MBeanServer failed to call the underlying MBean.
200 throws IOException, JMException;
230 * @throws JMException The MBeanServer failed to call the underlying MBean.
233 throws IOException, JMException;
251 * @throws JMException The MBeanServer failed to call the underlying MBean.
254 throws IOException, JMException;
311 * @throws JMException The MBeanServer failed to call the underlying MBean.
316 throws JMException, IOException;
H A DScanDirAgent.java50 import javax.management.JMException;
127 * @throws javax.management.JMException Registration failed for JMX-related reasons.
129 public void init() throws IOException, JMException {
145 * @throws javax.management.JMException Cleanup failed for JMX-related reasons.
147 public void cleanup() throws IOException, JMException {
177 * @throws javax.management.JMException wait failed - the MBeanServer threw an exception.
179 public void waitForClose() throws IOException, JMException {
207 * @throws javax.management.JMException A JMX problem occurred.
210 throws IOException, JMException {
H A DScanManager.java69 import javax.management.JMException;
268 * @throws JMException The MBeanServer connection raised an exception
276 throws IOException, JMException {
315 * @throws JMException The MBeanServer connection raised an exception
323 throws IOException, JMException {
352 throws IOException, JMException {
372 throws IOException, JMException {
379 throws IOException, JMException {
403 throws JMException {
430 } catch (JMException
[all...]
/openjdk7/hotspot/test/runtime/7196045/
H A DTest7196045.java33 import javax.management.JMException;
51 } catch (JMException e) {
/openjdk7/jdk/test/javax/management/Introspector/
H A DAnnotationSecurityTest.java47 import javax.management.JMException;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/org/glassfish/gmbal/
H A DAMXClient.java40 import javax.management.JMException;
114 } catch (JMException exc) {
/openjdk7/jdk/src/share/sample/jmx/jmx-scandir/test/com/sun/jmx/examples/scandir/
H A DScanManagerTest.java56 import javax.management.JMException;
/openjdk7/jdk/src/share/classes/sun/tools/jconsole/inspector/
H A DXMBeanAttributes.java45 import javax.management.JMException;
418 throws JMException, IOException {

Completed in 172 milliseconds