|
Knopflerfish OSGi 6.0.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.osgi.util.promise.FailedPromisesException
public class FailedPromisesException
Promise failure exception for a collection of failed Promises.
| Constructor Summary | |
|---|---|
FailedPromisesException(java.util.Collection<Promise<?>> failed,
java.lang.Throwable cause)
Create a new FailedPromisesException with the specified Promises. |
|
| Method Summary | |
|---|---|
java.util.Collection<Promise<?>> |
getFailedPromises()
Returns the collection of Promises that have been resolved with a failure. |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public FailedPromisesException(java.util.Collection<Promise<?>> failed,
java.lang.Throwable cause)
failed - A collection of Promises that have been resolved with a
failure. Must not be null, must not be empty and all of
the elements in the collection must not be null.cause - The cause of this exception. This is typically the failure
of the first Promise in the specified collection.| Method Detail |
|---|
public java.util.Collection<Promise<?>> getFailedPromises()
|
Knopflerfish OSGi 6.0.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||