Searched refs:runException (Results 1 – 2 of 2) sorted by relevance
75 service.runException = new Exception(); in testFailOnExceptionFromRun()85 assertEquals(service.runException, e.getCause().getCause()); in testFailOnExceptionFromRun()228 volatile Exception runException = null; field in AbstractScheduledServiceTest.TestService240 if (runException != null) { in runOneIteration()241 throw runException; in runOneIteration()
191 } catch (Throwable runException) { in runBare()192 exception = runException; in runBare()