Searched refs:shutDownException (Results 1 – 2 of 2) sorted by relevance
148 service.shutDownException = new Exception(); in testFailOnExceptionFromShutDown()157 assertEquals(service.shutDownException, e.getCause()); in testFailOnExceptionFromShutDown()315 volatile Exception shutDownException = null; field in AbstractScheduledServiceTest.TestService346 if (shutDownException != null) { in shutDown()347 throw shutDownException; in shutDown()