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

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