
zw.co.paynow.exceptions.EmptyCartException 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.
The newest version!
package zw.co.paynow.exceptions;
/**
* Exception is thrown when an empty cart is attempted to be submitted to Paynow
*/
public class EmptyCartException extends RuntimeException {
public EmptyCartException() {
super("Please submit a cart with at one or more items.");
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy