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

x7.core.exception.ReyClientConnectException Maven / Gradle / Ivy

There is a newer version: 2.2.7.RELEASE
Show newest version
package x7.core.exception;

public class ReyClientConnectException extends RuntimeException {

    public ReyClientConnectException(String message){
        super(message);
    }

    @Override
    public String getMessage(){
        return super.getMessage();
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy