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

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

package org.xbib.oai.exceptions;

/**
 *
 */
public class BadArgumentException extends OAIException {

    private static final long serialVersionUID = -6647892792394074500L;

    public BadArgumentException() {
        this(null);
    }

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy