org.jarbframework.utils.database.UnrecognizedDatabaseException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jarb-utils Show documentation
Show all versions of jarb-utils Show documentation
Provides common utilities
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