Searched refs:MBeanRegistrationException (Results 1 - 17 of 17) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/management/
H A DMBeanRegistrationException.java35 public class MBeanRegistrationException extends MBeanException { class in inherits:MBeanException
41 * Creates an <CODE>MBeanRegistrationException</CODE> that wraps
46 public MBeanRegistrationException(java.lang.Exception e) { method in class:MBeanRegistrationException
51 * Creates an <CODE>MBeanRegistrationException</CODE> that wraps
58 public MBeanRegistrationException(java.lang.Exception e, String message) { method in class:MBeanRegistrationException
H A DMBeanServer.java274 MBeanRegistrationException, MBeanException,
289 MBeanRegistrationException, MBeanException,
304 MBeanRegistrationException, MBeanException,
320 MBeanRegistrationException, MBeanException,
345 * @exception MBeanRegistrationException The
375 throws InstanceAlreadyExistsException, MBeanRegistrationException,
389 throws InstanceNotFoundException, MBeanRegistrationException;
H A DMBeanServerConnection.java74 * @exception MBeanRegistrationException The
113 MBeanRegistrationException, MBeanException,
148 * @exception MBeanRegistrationException The
190 MBeanRegistrationException, MBeanException,
225 * @exception MBeanRegistrationException The
265 MBeanRegistrationException, MBeanException,
299 * @exception MBeanRegistrationException The
342 MBeanRegistrationException, MBeanException,
356 * @exception MBeanRegistrationException The preDeregister
387 throws InstanceNotFoundException, MBeanRegistrationException,
[all...]
/openjdk7/jdk/src/share/classes/javax/management/remote/rmi/
H A DRMIConnection.java43 import javax.management.MBeanRegistrationException;
142 * @throws MBeanRegistrationException The
165 MBeanRegistrationException,
194 * @throws MBeanRegistrationException The
220 MBeanRegistrationException,
257 * @throws MBeanRegistrationException The
282 MBeanRegistrationException,
320 * @throws MBeanRegistrationException The
348 MBeanRegistrationException,
365 * @throws MBeanRegistrationException Th
[all...]
H A DRMIConnectionImpl.java68 import javax.management.MBeanRegistrationException;
262 MBeanRegistrationException,
286 if (e instanceof MBeanRegistrationException)
287 throw (MBeanRegistrationException) e;
305 MBeanRegistrationException,
332 if (e instanceof MBeanRegistrationException)
333 throw (MBeanRegistrationException) e;
355 MBeanRegistrationException,
395 if (e instanceof MBeanRegistrationException)
396 throw (MBeanRegistrationException)
[all...]
H A DRMIConnector.java82 import javax.management.MBeanRegistrationException;
636 MBeanRegistrationException,
666 MBeanRegistrationException,
704 MBeanRegistrationException,
744 MBeanRegistrationException,
781 MBeanRegistrationException,
/openjdk7/jdk/src/share/classes/com/sun/jmx/remote/security/
H A DMBeanServerAccessController.java42 import javax.management.MBeanRegistrationException;
174 MBeanRegistrationException,
197 MBeanRegistrationException,
224 MBeanRegistrationException,
252 MBeanRegistrationException,
515 MBeanRegistrationException,
602 throws InstanceNotFoundException, MBeanRegistrationException {
/openjdk7/jdk/src/share/classes/com/sun/jmx/mbeanserver/
H A DJmxMBeanServer.java52 import javax.management.MBeanRegistrationException;
307 * @exception MBeanRegistrationException The <CODE>preRegister()</CODE>
323 MBeanRegistrationException, MBeanException,
358 * @exception MBeanRegistrationException The <CODE>preRegister()</CODE>
376 MBeanRegistrationException, MBeanException,
415 * @exception MBeanRegistrationException The <CODE>preRegister()</CODE>
430 MBeanRegistrationException, MBeanException,
467 * @exception MBeanRegistrationException The <CODE>preRegister()</CODE>
485 MBeanRegistrationException, MBeanException,
508 * @exception MBeanRegistrationException Th
[all...]
/openjdk7/jdk/src/share/classes/com/sun/jmx/interceptor/
H A DDefaultMBeanServerInterceptor.java70 import javax.management.MBeanRegistrationException;
182 MBeanRegistrationException, MBeanException,
192 MBeanRegistrationException, MBeanException,
202 MBeanRegistrationException, MBeanException,
220 MBeanRegistrationException, MBeanException,
232 MBeanRegistrationException, MBeanException,
310 throws InstanceAlreadyExistsException, MBeanRegistrationException,
354 throws InstanceNotFoundException, MBeanRegistrationException {
406 throw new MBeanRegistrationException(e, e.toString());
425 throws InstanceNotFoundException, MBeanRegistrationException {
[all...]
/openjdk7/jdk/src/share/classes/sun/management/
H A DManagementFactoryHelper.java33 import javax.management.MBeanRegistrationException;
337 public Void run() throws MBeanRegistrationException,
396 public Void run() throws MBeanRegistrationException,
/openjdk7/jdk/src/share/classes/java/lang/management/
H A DManagementFactory.java38 import javax.management.MBeanRegistrationException;
808 MBeanRegistrationException,
/openjdk7/jdk/test/javax/management/MBeanServer/
H A DOldMBeanServerTest.java64 import javax.management.MBeanRegistrationException;
431 MBeanRegistrationException, MBeanException,
439 MBeanRegistrationException, MBeanException,
447 MBeanRegistrationException, MBeanException,
460 MBeanRegistrationException, MBeanException,
473 throws InstanceAlreadyExistsException, MBeanRegistrationException,
491 throw new MBeanRegistrationException(e);
515 throws InstanceNotFoundException, MBeanRegistrationException {
527 throw new MBeanRegistrationException(e);
H A DPostExceptionTest.java333 if (!(thrown instanceof MBeanRegistrationException)) {
335 "MBeanRegistrationException, got "+
338 "MBeanRegistrationException, got "+
/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/agent/
H A DSnmpGenericObjectServer.java46 import javax.management.MBeanRegistrationException;
562 } catch (MBeanRegistrationException e) {
H A DSnmpMib.java37 import javax.management.MBeanRegistrationException;
480 throws NotCompliantMBeanException, MBeanRegistrationException,
/openjdk7/jdk/test/javax/management/mxbean/
H A DRandomMXBeanTest.java37 import javax.management.MBeanRegistrationException;
/openjdk7/jdk/src/share/classes/javax/management/loading/
H A DMLet.java64 import javax.management.MBeanRegistrationException;
680 } catch (MBeanRegistrationException ex) {
682 "MBeanRegistrationException", ex);
768 *as an MBeanRegistrationException.
803 * MBeanRegistrationException.

Completed in 96 milliseconds