![JAR search and dependency download from the Maven repository](/logo.png)
de.jaggl.sqlbuilder.domain.exceptions.UnknownDialectException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sqlbuilder-core Show documentation
Show all versions of sqlbuilder-core Show documentation
A Java-Library to build SQL-Statements
package de.jaggl.sqlbuilder.domain.exceptions;
/**
* @author Martin Schumacher
*
* @since 2.0.0
*/
public class UnknownDialectException extends RuntimeException
{
private static final long serialVersionUID = -3030241047976213273L;
public UnknownDialectException(String message)
{
super(message);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy