Searched defs:failureCause (Results 1 - 10 of 10) sorted by relevance

/external/guava/guava/src/com/google/common/util/concurrent/
H A DAbstractExecutionThreadService.java173 @Override public final Throwable failureCause() { method in class:AbstractExecutionThreadService
174 return delegate.failureCause();
H A DAbstractIdleService.java127 @Override public final Throwable failureCause() { method in class:AbstractIdleService
128 return delegate.failureCause();
H A DService.java146 Throwable failureCause(); method in interface:Service
H A DAbstractScheduledService.java341 @Override public final Throwable failureCause() { method in class:AbstractScheduledService
342 return delegate.failureCause();
H A DAbstractService.java133 * methods like {@link #state}, {@link #failureCause} and notably {@link #toString} can be run
284 // Handle this specially so that we can include the failureCause, if there is one.
286 + ", but the service has FAILED", failureCause());
400 public final Throwable failureCause() { method in class:AbstractService
401 return snapshot.failureCause();
541 /** @see Service#failureCause() */
542 Throwable failureCause() { method in class:AbstractService.StateSnapshot
544 "failureCause() is only valid if the service has failed, service is %s", state);
/external/annotation-tools/annotation-file-utilities/lib/
H A Dguava-20.0.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/external/guice/lib/
H A Dguava-16.0.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/external/conscrypt/benchmark-android/
H A Dvogar.jarMETA-INF/ META-INF/MANIFEST.MF vogar/ vogar/TestProperties.class TestProperties.java package vogar ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...
/external/testng/ant/3rdparty/
H A Ddoclava-1.0.3.jarMETA-INF/MANIFEST.MF assets/html/index.html assets/templates/data.hdf assets/templates/assets/ ...

Completed in 1569 milliseconds