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

no.unit.nva.model.exceptions.MissingLicenseException Maven / Gradle / Ivy

package no.unit.nva.model.exceptions;

public class MissingLicenseException extends RuntimeException {
    public MissingLicenseException(String message) {
        super(message);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy