![JAR search and dependency download from the Maven repository](/logo.png)
net.jmatrix.db.schema.DBMException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jsql Show documentation
Show all versions of jsql Show documentation
SQL Utilities including simple command line, schema management.
package net.jmatrix.db.schema;
import java.sql.SQLException;
public class DBMException extends SQLException {
public DBMException(String s) {super(s);}
public DBMException(String s, Throwable t) {super(s, t);}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy