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

org.protege.osgi.jdbc.RegistryException Maven / Gradle / Ivy

There is a newer version: 5.2.1.1
Show newest version
package org.protege.osgi.jdbc;

public class RegistryException extends Exception {
	private static final long serialVersionUID = 4319755666690074480L;

	public RegistryException(Throwable t) {
		super(t);
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy