
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