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

eu.toolchain.rs.RsRequestException Maven / Gradle / Ivy

There is a newer version: 0.4.0
Show newest version
package eu.toolchain.rs;

public class RsRequestException extends RuntimeException {
    private static final long serialVersionUID = -7023105556925074680L;

    public RsRequestException(final String message) {
        super(message);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy