Searched refs:MBeanException (Results 1 - 25 of 53) sorted by relevance

123

/openjdk7/jdk/src/share/classes/javax/management/
H A DPersistentMBean.java33 import javax.management.MBeanException;
57 * @exception MBeanException Wraps another exception or persistence is not supported
63 throws MBeanException, RuntimeOperationsException, InstanceNotFoundException;
85 * @exception MBeanException Wraps another exception or persistence is not supported
90 throws MBeanException, RuntimeOperationsException, InstanceNotFoundException;
H A DDynamicMBean.java47 * @exception MBeanException Wraps a <CODE>java.lang.Exception</CODE> thrown by the MBean's getter.
53 MBeanException, ReflectionException;
63 * @exception MBeanException Wraps a <CODE>java.lang.Exception</CODE> thrown by the MBean's setter.
69 InvalidAttributeValueException, MBeanException, ReflectionException ;
107 * @exception MBeanException Wraps a <CODE>java.lang.Exception</CODE> thrown by the MBean's invoked method.
111 throws MBeanException, ReflectionException ;
H A DMBeanException.java37 public class MBeanException extends JMException { class in inherits:JMException
50 * Creates an <CODE>MBeanException</CODE> that wraps the actual <CODE>java.lang.Exception</CODE>.
54 public MBeanException(java.lang.Exception e) { method in class:MBeanException
60 * Creates an <CODE>MBeanException</CODE> that wraps the actual <CODE>java.lang.Exception</CODE> with
66 public MBeanException(java.lang.Exception e, String message) { method in class:MBeanException
H A DMBeanServer.java274 MBeanRegistrationException, MBeanException,
289 MBeanRegistrationException, MBeanException,
304 MBeanRegistrationException, MBeanException,
320 MBeanRegistrationException, MBeanException,
427 throws MBeanException, AttributeNotFoundException,
443 InvalidAttributeValueException, MBeanException,
457 throws InstanceNotFoundException, MBeanException,
544 * @exception MBeanException The constructor of the object has
551 throws ReflectionException, MBeanException;
576 * @exception MBeanException Th
[all...]
H A DMBeanRegistrationException.java35 public class MBeanRegistrationException extends MBeanException {
H A DMBeanServerConnection.java98 * @exception MBeanException The constructor of the MBean has
113 MBeanRegistrationException, MBeanException,
172 * @exception MBeanException The constructor of the MBean has
190 MBeanRegistrationException, MBeanException,
249 * @exception MBeanException The constructor of the MBean has
265 MBeanRegistrationException, MBeanException,
323 * @exception MBeanException The constructor of the MBean has
342 MBeanRegistrationException, MBeanException,
511 * @exception MBeanException Wraps an exception thrown by the
528 throws MBeanException, AttributeNotFoundExceptio
[all...]
/openjdk7/jdk/src/share/classes/javax/management/modelmbean/
H A DModelMBeanNotificationBroadcaster.java36 import javax.management.MBeanException;
60 * MBeanException and RuntimeOperationsException must be thrown on every public method. This allows
79 * @exception MBeanException Wraps a distributed communication Exception.
86 throws MBeanException, RuntimeOperationsException;
100 * @exception MBeanException Wraps a distributed communication Exception.
106 throws MBeanException, RuntimeOperationsException;
116 * @exception MBeanException Wraps a distributed communication Exception.
121 throws MBeanException, RuntimeOperationsException;
142 * @exception MBeanException Wraps a distributed communication Exception.
147 throws MBeanException, RuntimeOperationsExceptio
[all...]
H A DModelMBeanInfo.java37 import javax.management.MBeanException;
60 * MBeanException and RuntimeOperationsException must be thrown on every public method. This allows
80 * @exception MBeanException Wraps a distributed communication Exception.
87 throws MBeanException, RuntimeOperationsException;
96 * @exception MBeanException Wraps a distributed communication Exception.
101 throws MBeanException, RuntimeOperationsException;
117 * @exception MBeanException Wraps a distributed communication Exception.
125 throws MBeanException, RuntimeOperationsException;
148 * @exception MBeanException Wraps a distributed communication
155 throws MBeanException, RuntimeOperationsExceptio
[all...]
H A DModelMBean.java35 import javax.management.MBeanException;
57 * MBeanException and RuntimeOperationsException must be thrown on every public method. This allows
87 * @exception MBeanException Wraps a distributed communication
98 throws MBeanException, RuntimeOperationsException;
112 * @exception MBeanException The initializer of the object has thrown an exception.
120 throws MBeanException, RuntimeOperationsException,
/openjdk7/jdk/src/share/classes/com/sun/jmx/interceptor/
H A DMBeanServerInterceptor.java31 import javax.management.MBeanException;
73 throws ReflectionException, MBeanException;
79 throws ReflectionException, MBeanException,
86 String[] signature) throws ReflectionException, MBeanException;
94 throws ReflectionException, MBeanException,
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/org/glassfish/gmbal/
H A DGmbalMBeanNOPImpl.java34 import javax.management.MBeanException;
48 throws AttributeNotFoundException, MBeanException, ReflectionException {
55 MBeanException, ReflectionException {
69 throws MBeanException, ReflectionException {
H A DAMXClient.java41 import javax.management.MBeanException;
147 } catch (MBeanException ex) {
186 } catch (MBeanException ex) {
213 } catch (MBeanException ex) {
247 throws MBeanException, ReflectionException {
/openjdk7/jdk/test/javax/management/Introspector/
H A DGetMBeanInfoExceptionTest.java40 import javax.management.MBeanException;
54 MBeanException,
62 MBeanException,
75 MBeanException,
H A DUnregisterMBeanExceptionTest.java41 import javax.management.MBeanException;
54 MBeanException,
62 MBeanException,
75 MBeanException,
/openjdk7/jdk/test/javax/management/security/
H A DAvoidGetMBeanInfoCallsTest.java41 import javax.management.MBeanException;
57 MBeanException,
65 MBeanException,
80 throws MBeanException,
/openjdk7/jdk/test/javax/management/modelmbean/
H A DExoticTargetTypeTest.java95 } catch (MBeanException e) {
98 System.out.println("...OK: got exception MBeanException/" +
102 System.out.println("...TEST FAILS: got MBeanException with " +
132 public ExoticModelMBean(ModelMBeanInfo mmbInfo) throws MBeanException {
138 throws MBeanException, ReflectionException {
/openjdk7/jdk/src/share/classes/javax/management/remote/rmi/
H A DRMIConnection.java41 import javax.management.MBeanException;
146 * @throws MBeanException The constructor of the MBean has
166 MBeanException,
198 * @throws MBeanException The constructor of the MBean has
221 MBeanException,
261 * @throws MBeanException The constructor of the MBean has
283 MBeanException,
324 * @throws MBeanException The constructor of the MBean has
349 MBeanException,
528 * @throws MBeanException Wrap
[all...]
/openjdk7/jdk/test/javax/management/MBeanServer/
H A DMBeanExceptionTest.java29 * are wrapped in MBeanException
40 import javax.management.MBeanException;
53 "it is wrapped in MBeanException");
75 runtimeX ? RuntimeMBeanException.class : MBeanException.class;
77 runtimeX ? "a RuntimeMBeanException" : "an MBeanException";
82 // E.g. "Test that, with a plain MBeanServer, an MBeanException
83 // is wrapped in an MBeanException".
172 } catch (MBeanException e) {
211 public Except(boolean runtimeX) throws MBeanException {
215 throw new MBeanException(ne
[all...]
/openjdk7/jdk/src/share/classes/com/sun/jmx/mbeanserver/
H A DMBeanServerDelegateImpl.java36 import javax.management.MBeanException;
135 * @exception MBeanException
141 MBeanException, ReflectionException {
177 throw new MBeanException(x,"Failed to get " + attribute);
192 MBeanException, ReflectionException {
287 * @exception MBeanException Wraps a <CODE>java.lang.Exception</CODE>
295 throws MBeanException, ReflectionException {
H A DMBeanSupport.java33 import javax.management.MBeanException;
204 MBeanException,
226 MBeanException,
251 throws MBeanException, ReflectionException {
H A DMBeanInstantiator.java46 import javax.management.MBeanException;
215 throws ReflectionException, MBeanException {
243 throw new MBeanException((Exception) t,
273 throws ReflectionException, MBeanException {
333 throw new MBeanException((Exception) th,
481 * @exception MBeanException The constructor of the object has thrown an
489 MBeanException {
514 * @exception MBeanException The constructor of the object has thrown an
524 throws ReflectionException, MBeanException,
552 * @exception MBeanException Th
[all...]
H A DConvertingMethod.java33 import javax.management.MBeanException;
170 throws MBeanException, IllegalAccessException,
182 throws MBeanException, IllegalAccessException,
191 throw new MBeanException(e, msg);
200 throw new MBeanException(e, msg);
H A DPerInterface.java35 import javax.management.MBeanException;
71 MBeanException,
90 MBeanException,
107 throws MBeanException, ReflectionException {
165 throws MBeanException, ReflectionException {
/openjdk7/jdk/src/share/classes/com/sun/jmx/remote/security/
H A DMBeanServerAccessController.java40 import javax.management.MBeanException;
175 MBeanException,
198 MBeanException,
225 MBeanException,
253 MBeanException,
315 MBeanException,
417 throws ReflectionException, MBeanException {
429 throws ReflectionException, MBeanException {
439 throws ReflectionException, MBeanException, InstanceNotFoundException {
450 throws ReflectionException, MBeanException, InstanceNotFoundExceptio
[all...]
/openjdk7/jdk/src/share/classes/sun/tools/jconsole/inspector/
H A DXMBean.java103 InvalidAttributeValueException, MBeanException,
110 MBeanException, ReflectionException, IOException {
117 MBeanException, ReflectionException, IOException {
124 MBeanException, ReflectionException, IOException {

Completed in 110 milliseconds

123