![JAR search and dependency download from the Maven repository](/logo.png)
eu.toolchain.rs.RsRequestException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of tiny-rs-api Show documentation
Show all versions of tiny-rs-api Show documentation
A tiny restful framework for Java (API)
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