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

net.jmatrix.db.schema.DBMException Maven / Gradle / Ivy

There is a newer version: 1.2.8
Show newest version
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