Searched defs:runtimeException (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/management/
H A DRuntimeMBeanException.java45 private java.lang.RuntimeException runtimeException ; field in class:RuntimeMBeanException
55 runtimeException = e ;
67 runtimeException = e ;
76 return runtimeException ;
85 return runtimeException;
H A DRuntimeOperationsException.java44 private java.lang.RuntimeException runtimeException ; field in class:RuntimeOperationsException
54 runtimeException = e ;
66 runtimeException = e ;
75 return runtimeException ;
84 return runtimeException;

Completed in 43 milliseconds