public interface UnhandledErrorListener
| Modifier and Type | Method and Description |
|---|---|
void |
unhandledError(String message,
Throwable e)
Called when an exception is caught in a background thread, handler, etc.
|
void unhandledError(String message, Throwable e)
ConnectionState.LOST
event will have been queued for any ConnectionStateListeners.message - Source messagee - exceptionCopyright © 2011-2014 The Apache Software Foundation. All Rights Reserved.