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

de.digitalcollections.model.exception.http.server.HttpVersionNotSupportedException Maven / Gradle / Ivy

package de.digitalcollections.model.exception.http.server;

public class HttpVersionNotSupportedException extends HttpServerException {

  public HttpVersionNotSupportedException(String methodKey, int status, String request) {
    super(methodKey, status, request);
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy