Class ECRCommunicationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
at.hobex.pos.ecr.ECRCommunicationException
All Implemented Interfaces:
Serializable

public class ECRCommunicationException extends Exception
ECRBase throws this exception in case of a communication failure. It's recommended to send a cancel request for all transactions throwing this error for consistency reasons.
Since:
1.0
Author:
Roman Mahrer
See Also:
  • Constructor Details

    • ECRCommunicationException

      public ECRCommunicationException(Throwable cause)