
org.eweb4j.orm.sql.SqlCreateException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of eweb4j-all Show documentation
Show all versions of eweb4j-all Show documentation
easy web framework for java, full-stack
The newest version!
package org.eweb4j.orm.sql;
public class SqlCreateException extends RuntimeException{
private static final long serialVersionUID = 1L;
public SqlCreateException(String name, Throwable e){
super(name, e);
}
public SqlCreateException(String name){
super(name);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy