
zw.co.paynow.exceptions.InvalidReferenceException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of java-sdk Show documentation
Show all versions of java-sdk Show documentation
This project contains libraries to interface with Zimbabwe's Leading Payments Gateway, Paynow REST API.
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