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

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

There is a newer version: 0.1.2
Show newest version
package com.ivanceras.db.shared.exception;

public class DAOArrayException extends Exception {

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

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy