HomeSort by relevance Sort by last modified time
    Searched full:startupexception (Results 1 - 1 of 1) sorted by null

  /external/guava/guava-tests/test/com/google/common/util/concurrent/
AbstractScheduledServiceTest.java 92 service.startUpException = new Exception();
97 assertEquals(service.startUpException, e.getCause());
229 volatile Exception startUpException = null;
251 if (startUpException != null) {
252 throw startUpException;

Completed in 93 milliseconds