Uses of Class
de.akquinet.jbosscc.guttenbase.connector.GuttenBaseException
-
Packages that use GuttenBaseException Package Description de.akquinet.jbosscc.guttenbase.exceptions -
-
Uses of GuttenBaseException in de.akquinet.jbosscc.guttenbase.exceptions
Subclasses of GuttenBaseException in de.akquinet.jbosscc.guttenbase.exceptions Modifier and Type Class Description class
ExportException
"Fake"SQLException
in order to encapsulateIOException
thrown during dumping or restoring data bases usingExportDumpConnector
class
ImportException
"Fake"SQLException
in order to encapsulateIOException
thrown during dumping or restoring data bases usingImportDumpConnector
class
IncompatibleColumnsException
Thrown when tables have mismatching columns.class
IncompatibleTablesException
Thrown when tables do not match.class
MissingDataException
Thrown when there is an error while reading the data from source data base.class
TableConfigurationException
Thrown when data bases have not the same tables.class
UnequalDataException
Thrown when table data is checked for equality.class
UnequalNumberOfRowsException
Thrown when table data is checked for equality.class
UnhandledColumnTypeException
Thrown when we find a column type we cannot handle (yet).
-