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

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

Go to download

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

There is a newer version: 1.1.2
Show newest version
package zw.co.paynow.exceptions;

/**
 * Exception is thrown when user attempts sending an empty transaction reference value to Paynow
 */
public class InvalidReferenceException extends RuntimeException {
    public InvalidReferenceException() {
        super("Please specify a transaction reference that is unique at the merchant.");
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy