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

org.hibernate.hql.QueryExecutionRequestException Maven / Gradle / Ivy

There is a newer version: 3.6.0.Beta2
Show newest version
//$Id: $
package org.hibernate.hql;

import org.hibernate.QueryException;

/**
 * Expecting to execute an illegal operation regarding the query type
 *
 * @author Emmanuel Bernard
 */
public class QueryExecutionRequestException extends QueryException {

	public QueryExecutionRequestException(String message, String queryString) {
		super( message, queryString );
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy