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

de.akquinet.jbosscc.guttenbase.exceptions.IncompatibleTablesException Maven / Gradle / Ivy

There is a newer version: 2.1.0
Show newest version
package de.akquinet.jbosscc.guttenbase.exceptions;

import java.sql.SQLException;

/**
 * Thrown when tables in different data bases exist, but have different columns.
 * 
 * 

* © 2012 akquinet tech@spree *

* * @author M. Dahm */ public class IncompatibleTablesException extends SQLException { private static final long serialVersionUID = 1L; public IncompatibleTablesException(final String reason) { super(reason); } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy