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

org.objectquery.generic.ObjectQueryException Maven / Gradle / Ivy

There is a newer version: 2.5.0
Show newest version
package org.objectquery.generic;

public class ObjectQueryException extends RuntimeException {

	private static final long serialVersionUID = 2969240402118300206L;

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

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

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy