Searched refs:startUpException (Results 1 – 1 of 1) sorted by relevance
92 service.startUpException = new Exception(); in testFailOnExceptionFromStartUp()97 assertEquals(service.startUpException, e.getCause()); in testFailOnExceptionFromStartUp()229 volatile Exception startUpException = null; field in AbstractScheduledServiceTest.TestService251 if (startUpException != null) { in startUp()252 throw startUpException; in startUp()