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

org.jarbframework.utils.database.UnrecognizedDatabaseException Maven / Gradle / Ivy

There is a newer version: 2.4.3
Show newest version
package org.jarbframework.utils.database;

/**
 * Thrown whenever we could not recognize the type of database.
 *
 * @author Jeroen van Schagen
 * @since Sep 8, 2011
 */
public class UnrecognizedDatabaseException extends RuntimeException {

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

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy