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

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

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

import java.sql.SQLException;

import de.akquinet.jbosscc.guttenbase.tools.CheckEqualTableDataTool;

/**
 * Thrown when table data is checked for equality.
 * 
 * 

* © 2012-2020 akquinet tech@spree *

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy