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

com.jfplugin.xsql.exception.SqlKeyExistException Maven / Gradle / Ivy

The newest version!
package com.jfplugin.xsql.exception;


/**
 * 
 * @author farmer
 *
 */
public class SqlKeyExistException extends RuntimeException{

	/**
	 * 
	 */
	private static final long serialVersionUID = -7533624952842797967L;

	public SqlKeyExistException() {
		super();
	}

	public SqlKeyExistException(String message, Throwable cause) {
		super(message, cause);
	}

	public SqlKeyExistException(String message) {
		super(message);
	}
	
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy