Class ClientException

  • All Implemented Interfaces:
    Serializable
    Direct Known Subclasses:
    MerchantException, ProcessingException

    public class ClientException
    extends Exception
    ClientException is the super class of all client exception classes. An instance of this class is thrown whenever finding problems in building the infrastucture for using the IPGApiClient and assembling transactions to be committed.
    Author:
    Andreas Schmid
    See Also:
    Serialized Form
    • Constructor Detail

      • ClientException

        public ClientException​(String message)
        creates an instance of this class taking an error description as argument
        Parameters:
        message - a string describing the error
      • ClientException

        public ClientException​(String message,
                               Exception exception)