Searched refs:tearDownException (Results 1 – 2 of 2) sorted by relevance
196 Throwable tearDownException = null; in performInvocation() local291 tearDownException = e; in performInvocation()292 CLog.e("Exception when tearing down invocation: %s", tearDownException.toString()); in performInvocation()293 CLog.e(tearDownException); in performInvocation()297 tearDownException, in performInvocation()332 if (tearDownException != null) { in performInvocation()336 throw tearDownException; in performInvocation()
427 } catch (DeviceNotAvailableException tearDownException) { in run()430 getId(), StreamUtil.getStackTrace(tearDownException)); in run()431 throw tearDownException; in run()