de.akquinet.jbosscc.guttenbase.exceptions.IncompatibleTablesException Maven / Gradle / Ivy
The newest version!
package de.akquinet.jbosscc.guttenbase.exceptions;
import de.akquinet.jbosscc.guttenbase.connector.GuttenBaseException;
/**
* Thrown when tables do not match.
*
*
* © 2012-2034 akquinet tech@spree
*
*
* @author M. Dahm
*/
@SuppressWarnings("deprecation")
public class IncompatibleTablesException extends GuttenBaseException {
private static final long serialVersionUID = 1L;
public IncompatibleTablesException(final String reason) {
super(reason);
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy