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

com.ivanceras.db.shared.exception.PolymorphicTableException 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 PolymorphicTableException extends DatabaseException {

	public PolymorphicTableException(String string) {
		super(string);
	}

	/**
	 * 
	 */
	private static final long serialVersionUID = 7895945301381407637L;
	
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy