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 ConnectionStateListener
s.message
- Source messagee
- exceptionCopyright © 2011–2019 The Apache Software Foundation. All rights reserved.