public class ConnectionErrorEvent extends Object
Constructor and Description |
---|
ConnectionErrorEvent(Session session,
SessionException error)
Creates a new instance of this error object.
|
Modifier and Type | Method and Description |
---|---|
SessionException |
getError() |
Session |
getSession() |
String |
toString() |
public ConnectionErrorEvent(Session session, SessionException error)
session
- the session object that fired this event.error
- being reported by this event.public Session getSession()
public SessionException getError()
Copyright © 2020 Micro Focus. All rights reserved.