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

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

The 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 - 2024 Weber Informatics LLC | Privacy Policy