Searched refs:ReflectionException (Results 1 - 25 of 47) sorted by relevance

12

/openjdk10/jdk/src/jdk.internal.opt/share/classes/jdk/internal/joptsimple/internal/
H A DReflectionException.java63 public class ReflectionException extends RuntimeException { class in inherits:RuntimeException
66 ReflectionException( Throwable cause ) { method in class:ReflectionException
H A DReflection.java128 * @throws ReflectionException in lieu of the gaggle of reflection-related exceptions
145 * @throws ReflectionException in lieu of the gaggle of reflection-related exceptions
168 return new ReflectionException( ex );
170 return new ReflectionException( ex.getCause() );
174 return new ReflectionException( ex );
/openjdk10/jdk/src/java.management/share/classes/javax/management/
H A DReflectionException.java37 public class ReflectionException extends JMException { class in inherits:JMException
49 * Creates a <CODE>ReflectionException</CODE> that wraps the actual <CODE>java.lang.Exception</CODE>.
53 public ReflectionException(java.lang.Exception e) { method in class:ReflectionException
59 * Creates a <CODE>ReflectionException</CODE> that wraps the actual <CODE>java.lang.Exception</CODE> with
65 public ReflectionException(java.lang.Exception e, String message) { method in class:ReflectionException
H A DDynamicMBean.java48 * @exception ReflectionException Wraps a <CODE>java.lang.Exception</CODE> thrown while trying to invoke the getter.
53 MBeanException, ReflectionException;
64 * @exception ReflectionException Wraps a <CODE>java.lang.Exception</CODE> thrown while trying to invoke the MBean's setter.
69 InvalidAttributeValueException, MBeanException, ReflectionException ;
108 * @exception ReflectionException Wraps a <CODE>java.lang.Exception</CODE> thrown while trying to invoke the method
111 throws MBeanException, ReflectionException ;
H A DMBeanServer.java272 throws ReflectionException, InstanceAlreadyExistsException,
287 throws ReflectionException, InstanceAlreadyExistsException,
302 throws ReflectionException, InstanceAlreadyExistsException,
318 throws ReflectionException, InstanceAlreadyExistsException,
427 InstanceNotFoundException, ReflectionException;
434 throws InstanceNotFoundException, ReflectionException;
443 ReflectionException;
451 throws InstanceNotFoundException, ReflectionException;
457 ReflectionException;
515 ReflectionException;
[all...]
H A DMBeanServerConnection.java68 * @exception ReflectionException Wraps a
112 throws ReflectionException, InstanceAlreadyExistsException,
142 * @exception ReflectionException Wraps a
189 throws ReflectionException, InstanceAlreadyExistsException,
219 * @exception ReflectionException Wraps a
264 throws ReflectionException, InstanceAlreadyExistsException,
293 * @exception ReflectionException Wraps a
341 throws ReflectionException, InstanceAlreadyExistsException,
515 * @exception ReflectionException Wraps a
529 InstanceNotFoundException, ReflectionException,
[all...]
/openjdk10/jdk/src/java.management/share/classes/com/sun/jmx/interceptor/
H A DMBeanServerInterceptor.java35 import javax.management.ReflectionException;
73 throws ReflectionException, MBeanException;
79 throws ReflectionException, MBeanException,
86 String[] signature) throws ReflectionException, MBeanException;
94 throws ReflectionException, MBeanException,
/openjdk10/jdk/src/java.management/share/classes/com/sun/jmx/mbeanserver/
H A DMBeanInstantiator.java51 import javax.management.ReflectionException;
89 throws ReflectionException {
104 throw new ReflectionException(ee,
117 throws ReflectionException {
127 throws ReflectionException, InstanceNotFoundException {
152 throws ReflectionException {
193 throw new ReflectionException(e,
211 throws ReflectionException, MBeanException {
221 throw new ReflectionException(new
243 throw new ReflectionException(ne
[all...]
H A DMBeanServerDelegateImpl.java42 import javax.management.ReflectionException;
141 MBeanException, ReflectionException {
192 MBeanException, ReflectionException {
287 * @exception ReflectionException Wraps a
293 throws MBeanException, ReflectionException {
303 throw new ReflectionException(
H A DJmxMBeanServer.java63 import javax.management.ReflectionException;
301 * @exception ReflectionException Wraps an
322 throws ReflectionException, InstanceAlreadyExistsException,
352 * @exception ReflectionException Wraps an
375 throws ReflectionException, InstanceAlreadyExistsException,
409 * @exception ReflectionException Wraps a
429 throws ReflectionException, InstanceAlreadyExistsException,
461 * @exception ReflectionException Wraps a
484 throws ReflectionException, InstanceAlreadyExistsException,
666 * @exception ReflectionException Wrap
[all...]
H A DPerInterface.java37 import javax.management.ReflectionException;
72 ReflectionException {
91 ReflectionException {
107 throws MBeanException, ReflectionException {
165 throws MBeanException, ReflectionException {
170 final ReflectionException exception =
171 new ReflectionException(nsme, msg);
H A DMBeanSupport.java39 import javax.management.ReflectionException;
205 ReflectionException {
227 ReflectionException {
251 throws MBeanException, ReflectionException {
/openjdk10/jaxws/src/java.xml.ws/share/classes/com/sun/org/glassfish/gmbal/
H A DGmbalMBeanNOPImpl.java39 import javax.management.ReflectionException;
48 throws AttributeNotFoundException, MBeanException, ReflectionException {
55 MBeanException, ReflectionException {
69 throws MBeanException, ReflectionException {
H A DAMXClient.java46 import javax.management.ReflectionException;
155 } catch (ReflectionException ex) {
190 } catch (ReflectionException ex) {
215 } catch (ReflectionException ex) {
227 } catch (ReflectionException ex) {
239 } catch (ReflectionException ex) {
247 throws MBeanException, ReflectionException {
264 } catch (ReflectionException ex) {
/openjdk10/jdk/test/javax/management/Introspector/
H A DGetMBeanInfoExceptionTest.java47 import javax.management.ReflectionException;
56 ReflectionException {
64 ReflectionException {
77 ReflectionException {
H A DUnregisterMBeanExceptionTest.java47 import javax.management.ReflectionException;
56 ReflectionException {
64 ReflectionException {
77 ReflectionException {
H A DInvokeGettersTest.java89 } catch (ReflectionException e) {
101 } catch (ReflectionException e) {
113 } catch (ReflectionException e) {
137 } catch (ReflectionException e) {
/openjdk10/jdk/test/javax/management/security/
H A DAvoidGetMBeanInfoCallsTest.java47 import javax.management.ReflectionException;
59 ReflectionException {
67 ReflectionException {
82 ReflectionException {
/openjdk10/jdk/src/java.management.rmi/share/classes/javax/management/remote/rmi/
H A DRMIConnection.java49 import javax.management.ReflectionException;
136 * @throws ReflectionException Wraps a
163 ReflectionException,
188 * @throws ReflectionException Wraps a
218 ReflectionException,
251 * @throws ReflectionException Wraps a
280 ReflectionException,
314 * @throws ReflectionException Wraps a
346 ReflectionException,
532 * @throws ReflectionException Wrap
[all...]
H A DRMIConnectionImpl.java241 ReflectionException,
263 if (e instanceof ReflectionException)
264 throw (ReflectionException) e;
284 ReflectionException,
309 if (e instanceof ReflectionException)
310 throw (ReflectionException) e;
334 ReflectionException,
371 if (e instanceof ReflectionException)
372 throw (ReflectionException) e;
395 ReflectionException,
[all...]
/openjdk10/jdk/src/java.management/share/classes/com/sun/jmx/remote/security/
H A DMBeanServerAccessController.java51 import javax.management.ReflectionException;
172 ReflectionException,
195 ReflectionException,
222 ReflectionException,
250 ReflectionException,
288 throws OperationsException, ReflectionException {
304 ReflectionException {
318 ReflectionException {
328 throws InstanceNotFoundException, ReflectionException {
397 ReflectionException {
[all...]
/openjdk10/jdk/src/jdk.jconsole/share/classes/sun/tools/jconsole/inspector/
H A DXMBean.java104 ReflectionException, IOException {
110 MBeanException, ReflectionException, IOException {
117 MBeanException, ReflectionException, IOException {
124 MBeanException, ReflectionException, IOException {
137 IntrospectionException, ReflectionException, IOException {
/openjdk10/jdk/test/javax/management/MBeanServer/
H A DOldMBeanServerTest.java84 import javax.management.ReflectionException;
431 throws ReflectionException, InstanceAlreadyExistsException,
439 throws ReflectionException, InstanceAlreadyExistsException,
447 throws ReflectionException, InstanceAlreadyExistsException,
460 throws ReflectionException, InstanceAlreadyExistsException,
606 InstanceNotFoundException, ReflectionException {
611 throws InstanceNotFoundException, ReflectionException {
618 ReflectionException {
624 throws InstanceNotFoundException, ReflectionException {
631 throws InstanceNotFoundException, MBeanException, ReflectionException {
[all...]
/openjdk10/jdk/test/javax/management/remote/mandatory/connection/
H A DRMIConnectorLogAttributesTest.java46 import javax.management.ReflectionException;
129 private JMXConnector connectToServer(JMXConnectorServer server) throws IOException, MalformedObjectNameException, NullPointerException, InstanceAlreadyExistsException, MBeanRegistrationException, NotCompliantMBeanException, ReflectionException, MBeanException {
140 MalformedObjectNameException, ReflectionException,
/openjdk10/jdk/src/jdk.internal.opt/share/classes/jdk/internal/joptsimple/
H A DAbstractOptionSpec.java65 import jdk.internal.joptsimple.internal.ReflectionException;
123 catch ( ReflectionException ex ) {

Completed in 246 milliseconds

12