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

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

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

public class NoPropertyException extends RuntimeException{

	/**
	 * 
	 */
	private static final long serialVersionUID = 5911713756301522789L;

	public NoPropertyException() {
		super();
	}

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

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy