Package com.microfocus.zfe.haapi
Class ConnectionErrorEvent
- java.lang.Object
-
- com.microfocus.zfe.haapi.ConnectionErrorEvent
-
public class ConnectionErrorEvent extends Object
Data carrier for connection error events.
-
-
Constructor Summary
Constructors Constructor Description ConnectionErrorEvent(Session session, SessionException error)
Creates a new instance of this error object.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SessionException
getError()
Session
getSession()
String
toString()
-
-
-
Constructor Detail
-
ConnectionErrorEvent
public ConnectionErrorEvent(Session session, SessionException error)
Creates a new instance of this error object.- Parameters:
session
- the session object that fired this event.error
- being reported by this event.
-
-
Method Detail
-
getSession
public Session getSession()
- Returns:
- the session object that fired this event.
-
getError
public SessionException getError()
- Returns:
- the error being reported by this event.
-
-