fi.foyt.paytrail.PaytrailException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sdk Show documentation
Show all versions of sdk Show documentation
Java REST API SDK for Paytrail (http://paytrail.com/)
The newest version!
package fi.foyt.paytrail;
public class PaytrailException extends Exception {
private static final long serialVersionUID = 1L;
public PaytrailException(String message) {
super(message);
}
public PaytrailException(Exception cause) {
super(cause);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy