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

org.xbib.oai.exceptions.TooManyRequestsException Maven / Gradle / Ivy

package org.xbib.oai.exceptions;

@SuppressWarnings("serial")
public class TooManyRequestsException extends OAIException {
    public TooManyRequestsException(String message) {
        super(message);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy