public class FireAsyncException extends RuntimeException
This exception is used when Event.fireAsync(Object) or Event.fireAsync(Object, Executor)
completes exceptionally.
If an exception is a checked exception it will be wrapped in an ObserverException.
All the exceptions that were thrown by notified observers are accessible with Throwable.getSuppressed()
| Constructor and Description |
|---|
FireAsyncException() |
FireAsyncException(String message) |
FireAsyncException(String message,
Throwable cause) |
FireAsyncException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2008-2015 JBoss by Red Hat, Inc.. All Rights Reserved.