Searched refs:getCause (Results 1 – 19 of 19) sorted by relevance
39 public IOException getCause() { in getCause() method in IOExceptionWrapper40 return (IOException) super.getCause(); in getCause()
83 if (failure.getCause() != null) { in invocationFailed()84 invocationFailed(failure.getCause()); in invocationFailed()
167 throw new ConfigurationException(e.getMessage(), e.getCause()); in currentHostname()192 throw new ConfigurationException(e.getMessage(), e.getCause()); in downloadFileToInputStream()200 throw new ConfigurationException(e.getMessage(), e.getCause()); in downloadFile()
610 if (e.getCause() != null) { in getExceptionMessage()612 msgBuilder.append(e.getCause().getClass().getSimpleName()); in getExceptionMessage()613 if (e.getCause().getMessage() != null) { in getExceptionMessage()615 msgBuilder.append(e.getCause().getMessage()); in getExceptionMessage()
72 mErrors.add(execException.getCause()); in invokeAll()
63 Throwable t = e.getCause(); in joinFuture()
271 if (failure.getCause() != null) { in InvocationFailedEventInfo()272 mCause = failure.getCause(); in InvocationFailedEventInfo()
85 Throwable cause = failure.getCause(); in invocationFailed()
361 throw new ConfigurationException(e.getMessage(), e.getCause()); in findConfigName()892 if (e.getCause() != null && in loadAndPrintAllConfigs()893 e.getCause() instanceof ClassNotFoundException) { in loadAndPrintAllConfigs()894 ClassNotFoundException cnfe = (ClassNotFoundException) e.getCause(); in loadAndPrintAllConfigs()
432 if (e.getCause() instanceof ConfigurationException) { in throwConfigException()433 throw (ConfigurationException)e.getCause(); in throwConfigException()
254 cause = e.getCause(); in createConfiguration()
96 public @Nullable Throwable getCause() { in getCause() method in FailureDescription
233 assertTrue(invocFailureCaptured.getCause() instanceof RuntimeException); in testEvents()277 assertTrue(invocFailureCaptured.getCause() instanceof RuntimeException); in testEvents_invocationFailure()318 assertTrue(invocFailureCaptured.getCause() instanceof RuntimeException); in testEvents_invocationFailure_errorNotSet()
264 e.getCause().toString().startsWith("java.text.ParseException")); in testParseGenericTiming_wrongTimeFormat()
393 if (e.getCause() instanceof DataFormatException) { in outputUncompressedData()
534 Throwable baseException = mInvocationFailureDescription.getCause(); in handleInvocationFailure()
2132 if (e.getCause() != null) { in getExceptionMessage()2134 msgBuilder.append(e.getCause().getClass().getSimpleName()); in getExceptionMessage()2135 if (e.getCause().getMessage() != null) { in getExceptionMessage()2137 msgBuilder.append(e.getCause().getMessage()); in getExceptionMessage()
672 e = e.getCause(); in testV1SchemeSignatureCertNotReencoded()
META-INF/ META-INF/MANIFEST.MF jline/ jline/CompletionHandler.class CompletionHandler ...