Class PINPadErrorEvent

java.lang.Object
java.util.EventObject
jpos.events.JposEvent
jpos.events.ErrorEvent
de.gmxhome.conrad.jpos.jpos_base.JposErrorEvent
de.gmxhome.conrad.jpos.jpos_base.pinpad.PINPadErrorEvent
All Implemented Interfaces:
Serializable

public class PINPadErrorEvent extends JposErrorEvent
Error event implementation for PINPad devices. For compatibility to previous version only.
See Also:
Serialized Form
  • Constructor Details

    • PINPadErrorEvent

      public PINPadErrorEvent(JposBase source, int errorcode, int extended)
      Constructor. Parameters passed to base class unchanged.
      Parameters:
      source - Source, for services implemented with this framework, the (deviceclass.)DeviceClassService object.
      errorcode - ErrorCode, see UPOS specification, chapter Common Properties, Methods, and Events - Events - ErrorEvent.
      extended - ErrorCodeExtended, see UPOS specification, chapter Common Properties, Methods, and Events - Events - ErrorEvent.
    • PINPadErrorEvent

      public PINPadErrorEvent(JposBase source, int errorcode, int extended, String message)
      Constructor. Parameters passed to base class unchanged.
      Parameters:
      source - Source, for services implemented with this framework, the (deviceclass.)DeviceClassService object.
      errorcode - ErrorCode, see UPOS specification, chapter Common Properties, Methods, and Events - Events - ErrorEvent.
      extended - ErrorCodeExtended, see UPOS specification, chapter Common Properties, Methods, and Events - Events - ErrorEvent.
      message - Error message from exception.