Class OIAErrorEvent

java.lang.Object
com.microfocus.zfe.haapi.ps.OIAErrorEvent

public class OIAErrorEvent extends Object
Data carrier for OIA error events.
  • Constructor Details

    • 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 Details

    • getOIA

      public OIA getOIA()
      Returns:
      OIA event source.
    • getError

      public OIAException getError()
      Returns:
      error that gave rise to this event.
    • toString

      public String toString()
      Overrides:
      toString in class Object
      Returns:
      a human-readable rendering of this object.