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

com.darwinsys.sql.SyntaxException Maven / Gradle / Ivy

package com.darwinsys.sql;

public class SyntaxException extends Exception {

	private static final long serialVersionUID = 198771981278971L;
	
	SyntaxException() {
		super();
	}

	SyntaxException(String message) {
		super(message);
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy