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

/openjdk10/jdk/src/java.management/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.java273 MBeanRegistrationException, MBeanException,
288 MBeanRegistrationException, MBeanException,
303 MBeanRegistrationException, MBeanException,
319 MBeanRegistrationException, MBeanException,
344 * @exception MBeanRegistrationException The
374 throws InstanceAlreadyExistsException, MBeanRegistrationException,
388 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...]
/openjdk10/jdk/src/java.management.rmi/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.java243 MBeanRegistrationException,
267 if (e instanceof MBeanRegistrationException)
268 throw (MBeanRegistrationException) e;
286 MBeanRegistrationException,
313 if (e instanceof MBeanRegistrationException)
314 throw (MBeanRegistrationException) e;
336 MBeanRegistrationException,
375 if (e instanceof MBeanRegistrationException)
376 throw (MBeanRegistrationException) e;
397 MBeanRegistrationException,
[all...]
H A DRMIConnector.java80 import javax.management.MBeanRegistrationException;
641 MBeanRegistrationException,
671 MBeanRegistrationException,
709 MBeanRegistrationException,
747 MBeanRegistrationException,
783 MBeanRegistrationException,
/openjdk10/jdk/test/javax/management/remote/mandatory/connection/
H A DRMIConnectorLogAttributesTest.java40 import javax.management.MBeanRegistrationException;
129 private JMXConnector connectToServer(JMXConnectorServer server) throws IOException, MalformedObjectNameException, NullPointerException, InstanceAlreadyExistsException, MBeanRegistrationException, NotCompliantMBeanException, ReflectionException, MBeanException {
141 InstanceAlreadyExistsException, MBeanRegistrationException,
/openjdk10/jdk/src/java.management/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 {
/openjdk10/jdk/src/java.management/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,
306 throws InstanceAlreadyExistsException, MBeanRegistrationException,
350 throws InstanceNotFoundException, MBeanRegistrationException {
402 throw new MBeanRegistrationException(e, e.toString());
421 throws InstanceNotFoundException, MBeanRegistrationException {
[all...]
/openjdk10/jdk/test/javax/management/MBeanServer/
H A DExceptionFactory.java38 import javax.management.MBeanRegistrationException;
98 exceptions.add(new MBeanRegistrationException(new Exception(mes), mes));
H A DOldMBeanServerTest.java64 import javax.management.MBeanRegistrationException;
432 MBeanRegistrationException, MBeanException,
440 MBeanRegistrationException, MBeanException,
448 MBeanRegistrationException, MBeanException,
461 MBeanRegistrationException, MBeanException,
474 throws InstanceAlreadyExistsException, MBeanRegistrationException,
492 throw new MBeanRegistrationException(e);
516 throws InstanceNotFoundException, MBeanRegistrationException {
528 throw new MBeanRegistrationException(e);
H A DPostExceptionTest.java333 if (!(thrown instanceof MBeanRegistrationException)) {
335 "MBeanRegistrationException, got "+
338 "MBeanRegistrationException, got "+
/openjdk10/jdk/src/java.management/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...]
/openjdk10/jdk/src/java.management/share/classes/sun/management/
H A DManagementFactoryHelper.java34 import javax.management.MBeanRegistrationException;
453 public Void run() throws MBeanRegistrationException,
512 public Void run() throws MBeanRegistrationException,
/openjdk10/jdk/test/javax/management/mxbean/
H A DRandomMXBeanTest.java37 import javax.management.MBeanRegistrationException;
/openjdk10/jdk/src/java.management/share/classes/javax/management/loading/
H A DMLet.java64 import javax.management.MBeanRegistrationException;
671 } catch (MBeanRegistrationException ex) {
672 MLET_LOGGER.log(Level.TRACE, "MBeanRegistrationException", ex);
753 *as an MBeanRegistrationException.
788 * MBeanRegistrationException.
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.hotspot/src/org/graalvm/compiler/hotspot/
H A DHotSpotGraalMBean.java113 } catch (javax.management.MalformedObjectNameException | javax.management.MBeanRegistrationException | javax.management.NotCompliantMBeanException ex) {

Completed in 84 milliseconds