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

org.onetwo.dbm.exception.FileNamedQueryException Maven / Gradle / Ivy

The newest version!
package org.onetwo.dbm.exception;


@SuppressWarnings("serial")
public class FileNamedQueryException extends QueryException {

	public FileNamedQueryException(String msg, Throwable cause) {
		super(msg, cause);
	}

	public FileNamedQueryException(String msg) {
		super(msg);
	}

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

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy