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

io.baltoro.exception.DAOException Maven / Gradle / Ivy

There is a newer version: 4.0.12
Show newest version
package io.baltoro.exception;

public class DAOException extends ServiceException
{

	/**
	 * 
	 */
	private static final long serialVersionUID = 1L;
	
	public DAOException(Throwable t) 
	{
		super(t);
	}


}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy