Searched refs:MBeanException (Results 26 - 50 of 53) sorted by relevance

123

/openjdk7/jdk/src/share/classes/javax/management/modelmbean/
H A DRequiredModelMBean.java65 import javax.management.MBeanException;
114 * MBeanException and RuntimeOperationsException must be thrown on every
162 * @exception MBeanException Wraps a distributed communication Exception.
168 throws MBeanException, RuntimeOperationsException {
196 * @exception MBeanException Wraps a distributed communication Exception.
203 throws MBeanException, RuntimeOperationsException {
247 * @exception MBeanException Wraps a distributed communication
258 throws MBeanException, RuntimeOperationsException {
333 * @exception MBeanException The initializer of the object has
343 throws MBeanException, RuntimeOperationsExceptio
[all...]
H A DModelMBeanInfoSupport.java46 import javax.management.MBeanException;
75 * MBeanException and RuntimeOperationsException must be thrown on every public
232 } catch (MBeanException mbe) {
369 throws MBeanException, RuntimeOperationsException {
488 throws MBeanException, RuntimeOperationsException {
524 * @exception MBeanException Wraps a distributed communication Exception.
532 throws MBeanException, RuntimeOperationsException {
544 throws MBeanException, RuntimeOperationsException {
606 throws MBeanException, RuntimeOperationsException {
733 throws MBeanException, RuntimeOperationsExceptio
[all...]
H A DDescriptorSupport.java57 import javax.management.MBeanException;
186 * @exception MBeanException Wraps a distributed communication Exception.
189 throws MBeanException, RuntimeOperationsException {
258 * @exception MBeanException Wraps a distributed communication Exception.
266 throws MBeanException, RuntimeOperationsException,
/openjdk7/jdk/src/share/classes/com/sun/jmx/mbeanserver/
H A DJmxMBeanServer.java49 import javax.management.MBeanException;
310 * @exception MBeanException The constructor of the MBean has thrown
323 MBeanRegistrationException, MBeanException,
361 * @exception MBeanException The constructor of the MBean has thrown
376 MBeanRegistrationException, MBeanException,
418 * @exception MBeanException The constructor of the MBean has
430 MBeanRegistrationException, MBeanException,
470 * @exception MBeanException The constructor of the MBean has
485 MBeanRegistrationException, MBeanException,
662 * @exception MBeanException Wrap
[all...]
H A DMBeanIntrospector.java47 import javax.management.MBeanException;
140 MBeanException;
235 throws MBeanException, ReflectionException {
264 throws MBeanException, ReflectionException,
305 throws MBeanException {
312 throw new MBeanException((Exception) t,
H A DStandardMBeanIntrospector.java36 import javax.management.MBeanException;
111 MBeanException {
H A DMXBeanIntrospector.java39 import javax.management.MBeanException;
116 MBeanException {
/openjdk7/jdk/test/javax/management/modelmbean/
H A DAddAttributeChangeNotificationListenerTest.java40 import javax.management.MBeanException;
112 if (e instanceof MBeanException)
113 e = ((MBeanException) e).getTargetException();
H A DRequiredModelMBeanSetAttributeTest.java28 * MBeanException wrapping a ServiceNotFoundException is thrown is setAttribute
41 import javax.management.MBeanException;
116 } catch(MBeanException mbex) {
H A DRequiredModelMBeanMethodTest.java204 } catch (MBeanException e) {
263 } catch (MBeanException e) {
287 } catch (MBeanException e) {
/openjdk7/jdk/src/share/classes/javax/management/remote/rmi/
H A DRMIConnectionImpl.java66 import javax.management.MBeanException;
263 MBeanException,
288 if (e instanceof MBeanException)
289 throw (MBeanException) e;
306 MBeanException,
334 if (e instanceof MBeanException)
335 throw (MBeanException) e;
356 MBeanException,
397 if (e instanceof MBeanException)
398 throw (MBeanException)
[all...]
H A DRMIConnector.java80 import javax.management.MBeanException;
637 MBeanException,
667 MBeanException,
705 MBeanException,
745 MBeanException,
891 throws MBeanException,
948 MBeanException,
1004 MBeanException,
/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/agent/
H A DSnmpMibAgent.java47 import javax.management.MBeanException;
370 } catch (MBeanException e) {
416 } catch (MBeanException e) {
461 } catch (MBeanException e) {
509 } catch (MBeanException e) {
H A DSnmpGenericObjectServer.java39 import javax.management.MBeanException;
259 } catch (MBeanException m) {
424 } catch (MBeanException m) {
539 } catch (MBeanException m) {
/openjdk7/jdk/test/javax/management/MBeanServer/
H A DOldMBeanServerTest.java59 import javax.management.MBeanException;
431 MBeanRegistrationException, MBeanException,
439 MBeanRegistrationException, MBeanException,
447 MBeanRegistrationException, MBeanException,
460 MBeanRegistrationException, MBeanException,
604 throws MBeanException, AttributeNotFoundException,
616 InvalidAttributeValueException, MBeanException,
630 throws InstanceNotFoundException, MBeanException, ReflectionException {
727 throws ReflectionException, MBeanException {
732 throws ReflectionException, MBeanException, InstanceNotFoundExceptio
[all...]
/openjdk7/jdk/test/javax/management/remote/mandatory/loading/
H A DMethodResultTest.java228 if (!(exception instanceof MBeanException)) {
230 MBeanException.class.getName() +
236 exception = ((MBeanException) exception).getTargetException();
/openjdk7/jdk/src/share/classes/com/sun/jmx/interceptor/
H A DDefaultMBeanServerInterceptor.java66 import javax.management.MBeanException;
182 MBeanRegistrationException, MBeanException,
192 MBeanRegistrationException, MBeanException,
202 MBeanRegistrationException, MBeanException,
220 MBeanRegistrationException, MBeanException,
232 MBeanRegistrationException, MBeanException,
620 throws MBeanException, AttributeNotFoundException,
718 InvalidAttributeValueException, MBeanException,
811 throws InstanceNotFoundException, MBeanException,
849 throws ReflectionException, MBeanException {
[all...]
/openjdk7/jdk/test/javax/management/remote/mandatory/notif/
H A DServerNotifs.java123 } catch (MBeanException mbe) {
/openjdk7/jdk/test/javax/management/modelmbean/ModelMBeanInfoSupport/
H A DGetAllDescriptorsTest.java84 if (e instanceof MBeanException)
85 nexte = ((MBeanException) e).getTargetException();
/openjdk7/jdk/test/javax/management/modelmbean/SimpleModelMBean/
H A DSimpleModelMBeanCommand.java85 if (e instanceof MBeanException)
86 nexte = ((MBeanException) e).getTargetException();
/openjdk7/jdk/src/share/classes/javax/management/relation/
H A DRelationService.java45 import javax.management.MBeanException;
584 // Cannot throw MBeanException
673 // No MBeanException as no exception raised by this method, and no
680 } catch (MBeanException exc1) {
696 // No MBeanException as no exception raised by this method, no
704 } catch (MBeanException exc1) {
726 // No MBeanException as no exception raised by this method, no
733 } catch (MBeanException exc1) {
747 // No MBeanException as no exception raised by this method, no
755 } catch (MBeanException exc
[all...]
H A DRelationSupport.java41 import javax.management.MBeanException;
827 // Shall not throw a MBeanException, or a ReflectionException
835 } catch (MBeanException exc1) {
1147 // Can throw a MBeanException wrapping a
1161 } catch (MBeanException exc2) {
1319 // Can throw a MBeanException wrapping a
1334 } catch (MBeanException exc3) {
1412 // Can throw a MBeanException wrapping a RelationNotFoundException:
1426 } catch (MBeanException exc3) {
/openjdk7/jdk/src/share/classes/javax/management/
H A DStandardMBean.java370 MBeanException,
381 MBeanException,
404 throws MBeanException, ReflectionException {
H A DMBeanServerInvocationHandler.java295 } catch (MBeanException e) {
/openjdk7/jdk/src/share/classes/javax/management/monitor/
H A DMonitor.java55 import javax.management.MBeanException;
797 MBeanException,
1214 } catch (MBeanException mb_ex) {

Completed in 143 milliseconds

123