Class ConnectionErrorEvent
- Object
-
- ConnectionErrorEvent
-
- All Implemented Interfaces:
IEvent
public final class ConnectionErrorEvent extends ObjectEvent occurring when a connection error occurs.
-
-
Constructor Summary
Constructors Constructor Description ConnectionErrorEvent(URI serverUri, Throwable error)Initializes a new instance of the ConnectionErrorEvent class.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ThrowablegetError()Returns the error.URIgetServerUri()Return the URI of the server.
-