public class ConnectionErrorEvent extends ConnectionEvent
| Modifier and Type | Field and Description |
|---|---|
Exception |
exception
The
Exception returned from the InteractiveWebSocketClient |
| Constructor and Description |
|---|
ConnectionErrorEvent(Number projectVersionID,
URI interactiveHostURI,
Exception exception)
Initializes a new
ConnectionErrorEvent. |
| Modifier and Type | Method and Description |
|---|---|
Exception |
getException()
Returns the
Exception returned from the InteractiveWebSocketClient. |
getInteractiveHostURI, getProjectVersionIDgetRequestID, setRequestIDpublic final Exception exception
Exception returned from the InteractiveWebSocketClientpublic ConnectionErrorEvent(Number projectVersionID, URI interactiveHostURI, Exception exception)
ConnectionErrorEvent.projectVersionID - The project version ID for the Interactive integrationinteractiveHostURI - URI for the connected Interactive service hostexception - The Exception returned from the InteractiveWebSocketClientInteractiveWebSocketClient.onError(Exception)public Exception getException()
Exception returned from the InteractiveWebSocketClient.Exception returned from the InteractiveWebSocketClientCopyright © 2018. All rights reserved.