public static class Connector.ErrorHandler.ErrorEvent extends JaxmppEvent<Connector.ErrorHandler>
sessionObject| Constructor and Description |
|---|
ErrorEvent(SessionObject sessionObject,
StreamError condition,
Throwable caught) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(Connector.ErrorHandler handler)
Invokes handlers method.
|
Throwable |
getCaught() |
StreamError |
getCondition() |
String |
toString() |
getSessionObjectpublic ErrorEvent(SessionObject sessionObject, StreamError condition, Throwable caught)
protected void dispatch(Connector.ErrorHandler handler) throws JaxmppException
Eventdispatch in class Event<Connector.ErrorHandler>handler - handlerJaxmppExceptionpublic Throwable getCaught()
public StreamError getCondition()
Copyright © 2006–2015 Tigase. All rights reserved.