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

com.bq.oss.lib.queries.exception.QueryMatchingException Maven / Gradle / Ivy

package com.bq.oss.lib.queries.exception;

public class QueryMatchingException extends Exception {

	private static final long serialVersionUID = -1336015396888143403L;

	public QueryMatchingException(String message, Exception e) {
		super(message, e);
	}

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

	public QueryMatchingException(Exception e) {
		super(e);
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy