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

com.lyncode.xoai.serviceprovider.exceptions.NoMetadataFormatsException Maven / Gradle / Ivy

The newest version!
package com.lyncode.xoai.serviceprovider.exceptions;

public class NoMetadataFormatsException extends HarvestException {
    public NoMetadataFormatsException() {
    }

    public NoMetadataFormatsException(String arg0) {
        super(arg0);
    }

    public NoMetadataFormatsException(Throwable arg0) {
        super(arg0);
    }

    public NoMetadataFormatsException(String arg0, Throwable arg1) {
        super(arg0, arg1);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy