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

com.darwinsys.database.InsertException Maven / Gradle / Ivy

package com.darwinsys.database;

/** Checked Exception for failed insertions */
public class InsertException extends DataBaseException {

	private static final long serialVersionUID = 3835151761840287795L;
	
	public InsertException() {
		super();
	}
	public InsertException(String msg) {
		super(msg);
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy