All Downloads are FREE. Search and download functionalities are using the official Maven repository.

zw.co.paynow.exceptions.HashMismatchException Maven / Gradle / Ivy

Go to download

This project contains libraries to interface with Zimbabwe's Leading Payments Gateway, Paynow REST API.

The newest version!
package zw.co.paynow.exceptions;

/**
 * Exception is thrown when the hash sent by Paynow is not equal to the hash generated locally
 */
public class HashMismatchException extends RuntimeException {
    public HashMismatchException(String message)
    {
        super(message);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy