Searched refs:shutDownException (Results 1 – 1 of 1) sorted by relevance
105 service.shutDownException = new Exception(); in testFailOnExceptionFromShutDown()114 assertEquals(service.shutDownException, e.getCause()); in testFailOnExceptionFromShutDown()230 volatile Exception shutDownException = null; field in AbstractScheduledServiceTest.TestService261 if (shutDownException != null) { in shutDown()262 throw shutDownException; in shutDown()