All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.firstdata.payeezy.models.exception.ClientErrorRuntimeException Maven / Gradle / Ivy

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