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

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

The newest version!
package de.akquinet.jbosscc.guttenbase.exceptions;

import de.akquinet.jbosscc.guttenbase.connector.GuttenBaseException;
import de.akquinet.jbosscc.guttenbase.statements.InsertStatementFiller;
import de.akquinet.jbosscc.guttenbase.tools.CheckEqualTableDataTool;
import de.akquinet.jbosscc.guttenbase.tools.schema.comparison.SchemaComparatorTool;

/**
 * Thrown when tables have mismatching columns.
 *
 * 

* © 2012-2034 akquinet tech@spree *

* * @author M. Dahm * @see InsertStatementFiller * @see SchemaComparatorTool * @see CheckEqualTableDataTool */ @SuppressWarnings("deprecation") public class IncompatibleColumnsException extends GuttenBaseException { private static final long serialVersionUID = 1L; public IncompatibleColumnsException(final String reason) { super(reason); } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy