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

fr.lteconsulting.hexa.server.qpath.DatabaseException Maven / Gradle / Ivy

The newest version!
package fr.lteconsulting.hexa.server.qpath;

public class DatabaseException extends RuntimeException
{
	private static final long serialVersionUID = -1618044239637755171L;

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy