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

com.ivanceras.db.shared.exception.DAOInstanceFactoryException Maven / Gradle / Ivy

There is a newer version: 0.1.2
Show newest version
/*******************************************************************************
 * Copyright by CMIL
 ******************************************************************************/
package com.ivanceras.db.shared.exception;

public class DAOInstanceFactoryException extends Exception{

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

	/**
	 * 
	 */
	private static final long serialVersionUID = 588316239403318350L;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy