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

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

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

public class DataEntryException extends DatabaseException{

	

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

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy