Searched refs:getCause (Results 176 - 200 of 269) sorted by relevance

1234567891011

/openjdk7/jdk/src/share/classes/sun/tools/jconsole/inspector/
H A DUtils.java393 e = e.getCause();
399 Throwable t = e.getCause();
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/
H A DDTMException.java74 * @see #getCause
85 public Throwable getCause() { method in class:DTMException
104 * {@link #getCause()} method). (A <tt>null</tt> value is
328 Throwable.class.getMethod("getCause", (Class[]) null);
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/utils/
H A DListingErrorHandler.java317 cause = ((TransformerException)cause).getCause();
/openjdk7/jaxp/src/com/sun/xml/internal/stream/
H A DXMLEventReaderImpl.java253 e.initCause(streamException.getCause());
/openjdk7/jaxp/src/javax/xml/datatype/
H A DFactoryFinder.java362 public Throwable getCause() { method in class:FactoryFinder.ConfigurationError
/openjdk7/jaxp/src/javax/xml/parsers/
H A DFactoryFinder.java359 public Throwable getCause() { method in class:FactoryFinder.ConfigurationError
/openjdk7/jaxp/src/javax/xml/stream/
H A DFactoryFinder.java393 public Throwable getCause() { method in class:FactoryFinder.ConfigurationError
/openjdk7/jaxp/src/javax/xml/transform/
H A DFactoryFinder.java390 public Throwable getCause() { method in class:FactoryFinder.ConfigurationError
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/presentation/rmi/
H A DReflectiveTie.java164 Throwable thr = ex.getCause() ;
H A DStubInvocationHandlerImpl.java193 Throwable mex = ex.getCause() ;
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/
H A DAbstractHeapGraphWriter.java357 Throwable cause = re.getCause();
/openjdk7/jdk/src/share/classes/java/util/prefs/
H A DPreferences.java285 if (sce.getCause() instanceof SecurityException) {
/openjdk7/jdk/src/share/classes/javax/management/
H A DMBeanServerInvocationHandler.java328 new IllegalArgumentException(msg, e.getCause());
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/
H A DInvoker.java125 throw e.getCause();
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/client/sei/
H A DSEIStub.java140 throw e.getCause();
/openjdk7/jdk/test/com/sun/nio/sctp/SctpChannel/
H A DConnect.java244 catch (Throwable e) {throw e.getCause();}}
H A DShutdown.java278 catch (Throwable e) {throw e.getCause();}}
H A DSocketOptionTests.java213 catch (Throwable e) {throw e.getCause();}}
/openjdk7/jdk/test/com/sun/nio/sctp/SctpServerChannel/
H A DAccept.java268 catch (Throwable e) {throw e.getCause();}}
H A DNonBlockingAccept.java224 catch (Throwable e) {throw e.getCause();}}
/openjdk7/jdk/test/sun/security/ssl/com/sun/net/ssl/internal/ssl/X509TrustManagerImpl/
H A DCertRequestOverflow.java125 Throwable cause = ssle.getCause();
/openjdk7/jdk/src/share/classes/sun/swing/
H A DPrintingStatus.java182 Throwable cause = e.getCause();
/openjdk7/jdk/src/share/classes/sun/tools/jcmd/
H A DJCmd.java101 Throwable cause = e.getCause();
/openjdk7/jdk/src/share/classes/sun/tools/jstat/
H A DJstat.java76 Throwable cause = e.getCause();
/openjdk7/jdk/test/java/security/Provider/
H A DGetInstance.java128 Throwable cause = e.getCause();

Completed in 59 milliseconds

1234567891011