Package com.microfocus.zfe.haapi.ps
Class OIAErrorEvent
- java.lang.Object
-
- com.microfocus.zfe.haapi.ps.OIAErrorEvent
-
public class OIAErrorEvent extends Object
Data carrier for OIA error events.
-
-
Constructor Summary
Constructors Constructor Description OIAErrorEvent(OIA oia, OIAException error)
Creates a new instance of OIAErrorEvent.
-
-
-
Constructor Detail
-
OIAErrorEvent
public OIAErrorEvent(OIA oia, OIAException error)
Creates a new instance of OIAErrorEvent.- Parameters:
oia
- event source.error
- that gave rise to this event.
-
-
Method Detail
-
getOIA
public OIA getOIA()
- Returns:
- OIA event source.
-
getError
public OIAException getError()
- Returns:
- error that gave rise to this event.
-
-