public final class DeferredGroupException extends RuntimeException
Deferreds in a group failed.
You can create a group of Deferreds using Deferred.group(java.util.Collection<com.stumbleupon.async.Deferred<T>>).
| Modifier and Type | Method and Description |
|---|---|
ArrayList<Object> |
results()
Returns all the results of the group of
Deferreds. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2010–2025 The SUAsync Authors. All rights reserved.