
zw.co.paynow.exceptions.InvalidIntegrationException 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 if Paynow reports that merchant used an invalid integration
*/
public class InvalidIntegrationException extends RuntimeException {
public InvalidIntegrationException() {
super("Please use a valid integration with Paynow. If you do not have one already, please follow the instruction in the documentation.");
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy