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

gu.sql2java.wherehelper.WhereHelperException Maven / Gradle / Ivy

package gu.sql2java.wherehelper;

/**
 * @author guyadong
 * @since 3.25.0
 */
public class WhereHelperException extends RuntimeException {
	private static final long serialVersionUID = 6360559334243194921L;

	public WhereHelperException() {
		super();
	}

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

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

	public WhereHelperException(Throwable cause) {
		super(cause);
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy