Searched defs:cause (Results 1 – 5 of 5) sorted by relevance
254 private ApkInstallerException(String message, Throwable cause) { in ApkInstallerException()264 private ApkInstallerException(Throwable cause) { in ApkInstallerException()
117 private CrawlerException(String message, Throwable cause) { in CrawlerException()126 private CrawlerException(Throwable cause) { in CrawlerException()
443 private TestUtilsException(String message, Throwable cause) { in TestUtilsException()452 private TestUtilsException(Throwable cause) { in TestUtilsException()
756 private DeviceUtilsException(String message, Throwable cause) { in DeviceUtilsException()766 private DeviceUtilsException(Throwable cause) { in DeviceUtilsException()
54 void testFailed(String cause); in testFailed()