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

de.jaggl.sqlbuilder.domain.exceptions.UnknownDialectException Maven / Gradle / Ivy

There is a newer version: 2.7.2
Show newest version
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 - 2024 Weber Informatics LLC | Privacy Policy