Searched refs:getCause (Results 1 – 10 of 10) sorted by relevance
39 public IOException getCause() { in getCause() method in IOExceptionWrapper40 return (IOException) super.getCause(); in getCause()
119 throw new ConfigurationException(e.getMessage(), e.getCause()); in currentHostname()142 throw new ConfigurationException(e.getMessage(), e.getCause()); in downloadFile()
63 Throwable t = e.getCause(); in joinFuture()
347 throw new ConfigurationException(e.getMessage(), e.getCause()); in findConfigName()826 if (e.getCause() != null && in loadAndPrintAllConfigs()827 e.getCause() instanceof ClassNotFoundException) { in loadAndPrintAllConfigs()828 ClassNotFoundException cnfe = (ClassNotFoundException) e.getCause(); in loadAndPrintAllConfigs()
369 if (e.getCause() instanceof ConfigurationException) { in throwConfigException()370 throw (ConfigurationException)e.getCause(); in throwConfigException()
427 if (e.getCause() instanceof IOException) { in getProperty()428 throw (IOException)e.getCause(); in getProperty()429 } else if (e.getCause() instanceof TimeoutException) { in getProperty()430 throw (TimeoutException)e.getCause(); in getProperty()431 } else if (e.getCause() instanceof AdbCommandRejectedException) { in getProperty()432 throw (AdbCommandRejectedException)e.getCause(); in getProperty()433 } else if (e.getCause() instanceof ShellCommandUnresponsiveException) { in getProperty()434 throw (ShellCommandUnresponsiveException)e.getCause(); in getProperty()1860 if (e.getCause() != null) { in getExceptionMessage()1862 msgBuilder.append(e.getCause().getClass().getSimpleName()); in getExceptionMessage()[all …]
393 if (e.getCause() instanceof DataFormatException) { in outputUncompressedData()
910 assertTrue(expected.getCause() instanceof ConfigurationException); in testStatusChecker_doesNotExist()947 assertTrue(expected.getCause() instanceof ConfigurationException); in testWhitelistRunner_notFound()
395 if (!(exception instanceof BuildError) && !(exception.getCause() instanceof BuildError)) { in resetBuildAndReschedule()
522 e = e.getCause(); in testV1SchemeSignatureCertNotReencoded()