![JAR search and dependency download from the Maven repository](/logo.png)
hirezapi.rest.RestException Maven / Gradle / Ivy
package hirezapi.rest;
public class RestException extends RuntimeException {
public RestException(String message) {
this(message, null);
}
public RestException(String message, Throwable cause) {
super(message, cause);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy