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

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

package org.xbib.oai.exceptions;

/**
 *
 */
public class BadVerbException extends OAIException {

    private static final long serialVersionUID = 1642129565793325510L;

    public BadVerbException(String message) {
        super(message);
    }   
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy