Searched refs:startUpException (Results 1 – 2 of 2) sorted by relevance
109 service.startUpException = new Exception(); in testFailOnExceptionFromStartUp()114 assertEquals(service.startUpException, e.getCause()); in testFailOnExceptionFromStartUp()314 volatile Exception startUpException = null; field in AbstractScheduledServiceTest.TestService336 if (startUpException != null) { in startUp()337 throw startUpException; in startUp()