
zw.co.paynow.exceptions.ConnectionException 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;
import java.lang.RuntimeException;
/**
* This exception is thrown when the application fails to send HTTP requests
*/
public class ConnectionException extends RuntimeException {
public ConnectionException(String message) {
super(message);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy