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
Error event implementation for PINPad devices. For compatibility to previous version only.
- See Also:
- Serialized Form
-
Field Summary
Fields inherited from class de.gmxhome.conrad.jpos.jpos_base.JposErrorEvent
Message
Fields inherited from class jpos.events.ErrorEvent
errorCode, errorCodeExtended, errorLocus, errorResponse
Fields inherited from class jpos.events.JposEvent
sequenceNumber
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
ConstructorsConstructorDescriptionPINPadErrorEvent(JposBase source, int errorcode, int extended)
Constructor.PINPadErrorEvent(JposBase source, int errorcode, int extended, String message)
Constructor. -
Method Summary
Methods inherited from class de.gmxhome.conrad.jpos.jpos_base.JposErrorEvent
clear, getInputDataErrorEvent, getPropertySet, setErrorProperties, setErrorResponse, toLogString
Methods inherited from class jpos.events.ErrorEvent
getErrorCode, getErrorCodeExtended, getErrorLocus, getErrorResponse
Methods inherited from class jpos.events.JposEvent
getSequenceNumber, getWhen, incrSequenceNumber, updateSequenceNumber
Methods inherited from class java.util.EventObject
getSource, toString
-
Constructor Details
-
PINPadErrorEvent
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
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.
-