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

de.julielab.xmlData.config.TableSchemaDoesNotExistException Maven / Gradle / Ivy

/**
 * TableSchemaDoesNotExistException.java
 *
 * Copyright (c) 2013, JULIE Lab.
 * All rights reserved. This program and the accompanying materials
 * are made available under the terms of the Common Public License v1.0
 *
 * Author: faessler
 *
 * Current version: 1.0
 * Since version:   1.0
 *
 * Creation date: 01.02.2013
 **/

/**
 * 
 */
package de.julielab.xmlData.config;

/**
 * @author faessler
 *
 */
public class TableSchemaDoesNotExistException extends IllegalArgumentException {

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

	TableSchemaDoesNotExistException(String message) {
		super(message);
	}
	
}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy