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

nf.fr.eraasoft.pool.PoolException Maven / Gradle / Ivy

The newest version!
package nf.fr.eraasoft.pool;

public class PoolException extends Exception {

	/**
	 * 
	 */
	private static final long serialVersionUID = -2656213753052203430L;

	public PoolException() {
		super();
	}

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

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

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

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy