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

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

package org.xbib.oai.exceptions;

/**
 *
 */
public class NoSetHierarchyException extends OAIException {

    private static final long serialVersionUID = 6275260694745177314L;

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

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy