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

org.exist.util.DatabaseConfigurationException Maven / Gradle / Ivy

There is a newer version: 6.3.0
Show newest version
package org.exist.util;

public class DatabaseConfigurationException extends Exception {

	private static final long serialVersionUID = 5583749487314182182L;

	public DatabaseConfigurationException() {
		super();
	}

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

    public DatabaseConfigurationException(String message, Throwable cause) {
        super(message, cause);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy