Class ConnectionErrorEvent
- Object
-
- ConnectionErrorEvent
-
- All Implemented Interfaces:
IEvent
public final class ConnectionErrorEvent extends Object
Event 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 Throwable
getError()
Returns the error.URI
getServerUri()
Return the URI of the server.
-