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

com.github.hept59434091.reactor.rpc4j.exc.RpcClientException Maven / Gradle / Ivy

package com.github.hept59434091.reactor.rpc4j.exc;

public class RpcClientException extends RuntimeException {
    public RpcClientException(String message) {
        super(message);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy