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

de.digitalcollections.model.exception.http.client.UnauthorizedException Maven / Gradle / Ivy

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

public class UnauthorizedException extends HttpClientException {

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy