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

com.jn.sqlhelper.dialect.instrument.SQLTransformException Maven / Gradle / Ivy

package com.jn.sqlhelper.dialect.instrument;

import com.jn.sqlhelper.dialect.SQLDialectException;

public class SQLTransformException extends SQLDialectException {
    public SQLTransformException(String message) {
        super(message);
    }
    public SQLTransformException(Throwable ex) {
        super(ex);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy