Searched refs:getCause (Results 226 - 250 of 269) sorted by relevance

1234567891011

/openjdk7/jdk/test/sun/net/www/protocol/http/
H A DHttpOnly.java268 catch (Throwable e) {throw e.getCause();}}
/openjdk7/jdk/src/share/classes/sun/management/snmp/
H A DAdaptorBootstrap.java292 final Throwable next = t.getCause();
/openjdk7/jdk/src/share/classes/sun/reflect/misc/
H A DMethodUtil.java281 Throwable t = ie.getCause();
/openjdk7/jdk/src/share/classes/sun/rmi/server/
H A DUnicastServerRef.java442 t = t.getCause();
/openjdk7/jdk/src/share/classes/java/util/
H A DResourceBundle.java637 private Throwable getCause() { method in class:ResourceBundle.CacheKey
1322 throwMissingResourceException(baseName, locale, cacheKey.getCause());
1414 if (constKey.getCause() instanceof InterruptedException) {
/openjdk7/jdk/src/share/classes/sun/security/tools/
H A DJarSigner.java1515 if (e.getCause() != null &&
1516 (e.getCause() instanceof CertificateExpiredException ||
1517 e.getCause() instanceof CertificateNotYetValidException)) {
1827 if (e.getCause() != null &&
1828 (e.getCause() instanceof CertificateExpiredException ||
1829 e.getCause() instanceof CertificateNotYetValidException)) {
/openjdk7/jdk/src/share/classes/com/sun/jmx/mbeanserver/
H A DMBeanIntrospector.java306 Throwable t = e.getCause();
/openjdk7/jdk/src/windows/classes/sun/awt/shell/
H A DWin32ShellFolderManager2.java556 Throwable cause = e.getCause();
/openjdk7/jdk/test/com/sun/nio/sctp/SctpChannel/
H A DReceive.java355 catch (Throwable e) {throw e.getCause();}}
H A DSend.java457 catch (Throwable e) {throw e.getCause();}}
/openjdk7/jdk/test/com/sun/nio/sctp/SctpMultiChannel/
H A DSend.java359 catch (Throwable e) {throw e.getCause();}}
/openjdk7/jdk/test/javax/management/descriptor/
H A DDescriptorTest.java302 Throwable cause = e.getCause();
/openjdk7/jdk/test/javax/management/openmbean/
H A DBadConstraintTest.java238 Throwable cause = e.getCause();
/openjdk7/jdk/src/solaris/classes/sun/nio/fs/
H A DUnixCopyFile.java590 Throwable t = e.getCause();
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/io/
H A DValueHandlerImpl.java834 throw exc.getCause();
886 throw exc.getCause();
/openjdk7/jdk/src/share/classes/java/lang/
H A DClassLoader.java1460 * {@link Throwable#getCause()} method.
1489 oops = pae.getCause();
1491 oops = oops.getCause();
/openjdk7/langtools/src/share/classes/com/sun/tools/javap/
H A DJavapTask.java473 if (e.getCause() == null)
477 e_args[0] = e.getCause();
/openjdk7/jdk/src/share/classes/sun/tools/jconsole/
H A DJConsole.java723 Throwable c = ex.getCause();
726 c = c.getCause();
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXEmbedCanvasPeer.java427 if (ce.getCause() == CausedFocusEvent.Cause.TRAVERSAL_FORWARD) {
429 } else if (ce.getCause() == CausedFocusEvent.Cause.TRAVERSAL_BACKWARD) {
/openjdk7/jdk/test/tools/launcher/
H A DTestHelper.java195 System.out.printf("Test %s failed: %s %n", m, ex.getCause());
/openjdk7/jdk/test/javax/management/remote/mandatory/connection/
H A DBrokenConnectionTest.java763 Throwable t = ite.getCause();
/openjdk7/jdk/src/share/classes/sun/net/www/protocol/https/
H A DHttpsClient.java417 Throwable t = se.getCause();
/openjdk7/jdk/src/share/classes/sun/reflect/annotation/
H A DAnnotationParser.java380 return new TypeNotPresentExceptionProxy(e.typeName(), e.getCause());
/openjdk7/jdk/src/share/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/
H A DScanManager.java670 while ((cause = cause.getCause())!=null) {
/openjdk7/langtools/test/tools/javac/api/
H A DTestClientCodeWrapper.java157 Throwable cause = e.getCause();

Completed in 98 milliseconds

1234567891011