
com.firstdata.payeezy.models.exception.ClientErrorRuntimeException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of payeezy-java-client Show documentation
Show all versions of payeezy-java-client Show documentation
Payeezy Java SDK to integrate with Payeezy API
The newest version!
package com.firstdata.payeezy.models.exception;
public class ClientErrorRuntimeException extends ApplicationRuntimeException {
public ClientErrorRuntimeException(String msg) {
super(msg);
}
public ClientErrorRuntimeException(Throwable e) {
super(e);
}
public ClientErrorRuntimeException(String msg, Throwable e) {
super(msg,e);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy