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

com.zhuang.data.exception.ExecuteSqlException Maven / Gradle / Ivy

There is a newer version: 1.1.2
Show newest version
package com.zhuang.data.exception;

public class ExecuteSqlException extends RuntimeException {

	private static final long serialVersionUID = 5100335351714923332L;

	public ExecuteSqlException() {
		super();
	}

	public ExecuteSqlException(String s) {
		super(s);
	}

	public ExecuteSqlException(String s,Throwable cause) {
		super(s,cause);
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy