Searched refs:getCause (Results 201 - 225 of 269) sorted by relevance

1234567891011

/openjdk7/jdk/test/javax/imageio/stream/StreamCloserLeak/test/
H A DMain.java197 theProblem = theProblem.getCause();
/openjdk7/jdk/test/javax/management/ObjectName/
H A DRepositoryWildcardTest.java61 e.getCause().toString());
/openjdk7/jdk/test/javax/management/modelmbean/ModelMBeanInfoSupport/
H A DGetAllDescriptorsTest.java82 nexte = e.getCause();
/openjdk7/jdk/test/javax/management/modelmbean/SimpleModelMBean/
H A DSimpleModelMBeanCommand.java83 nexte = e.getCause();
/openjdk7/jdk/test/javax/security/auth/login/LoginContext/
H A DConfigConstructor.java100 if (le.getCause() instanceof SecurityException) {
/openjdk7/jdk/test/sun/reflect/CallerSensitive/
H A DCallerSensitiveFinder.java110 throw new RuntimeException(e.getCause());
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/util/
H A DErrorMsg.java250 public Throwable getCause() { method in class:ErrorMsg
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/oa/poa/
H A DAOMEntry.java238 Throwable thr = exc.getCause() ;
/openjdk7/jdk/src/share/classes/java/lang/reflect/
H A DProxy.java752 Throwable t = e.getCause();
/openjdk7/jdk/src/share/classes/java/nio/charset/
H A DCharset.java359 if (sce.getCause() instanceof SecurityException) {
/openjdk7/jdk/src/share/classes/java/security/
H A DPolicy.java540 Throwable cause = nsae.getCause();
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/utils/
H A DCachedXPathFuncHereAPI.java354 Throwable th= ex.getCause();
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/streaming/
H A DXMLStreamReaderFactory.java320 Throwable cause = e.getCause();
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/policy/privateutil/
H A DPolicyUtils.java322 throw LOGGER.logSevereException(new RuntimePolicyUtilsException(createExceptionMessage(target, parameters, methodName), e.getCause()));
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/server/sei/
H A DEndpointMethodHandler.java249 Throwable cause = e.getCause();
/openjdk7/jdk/src/windows/classes/sun/nio/fs/
H A DWindowsFileCopy.java195 Throwable t = e.getCause();
H A DWindowsLinkSupport.java168 throw (IOException)(x.getCause());
/openjdk7/jdk/test/com/sun/nio/sctp/SctpChannel/
H A DBind.java344 catch (Throwable e) {throw e.getCause();}}
H A DCommUp.java358 catch (Throwable e) {throw e.getCause();}}
/openjdk7/jdk/test/com/sun/nio/sctp/SctpMultiChannel/
H A DBranch.java282 catch (Throwable e) {throw e.getCause();}}
H A DSocketOptionTests.java268 catch (Throwable e) {throw e.getCause();}}
/openjdk7/jdk/test/java/beans/XMLEncoder/
H A DBeanValidator.java179 log(exception.getCause());
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/api/
H A DJavacTool.java203 throw new RuntimeException(ex.getCause());
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/sym/
H A DCreateSymbols.java108 Throwable cause = t.getCause();
/openjdk7/jdk/src/share/classes/sun/security/provider/
H A DSeedGenerator.java487 throw new IOException("Failed to open " + deviceName, e.getCause());

Completed in 58 milliseconds

1234567891011