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 classExportException"Fake"SQLExceptionin order to encapsulateIOExceptionthrown during dumping or restoring data bases usingExportDumpConnectorclassImportException"Fake"SQLExceptionin order to encapsulateIOExceptionthrown during dumping or restoring data bases usingImportDumpConnectorclassIncompatibleColumnsExceptionThrown when tables have mismatching columns.classIncompatibleTablesExceptionThrown when tables do not match.classMissingDataExceptionThrown when there is an error while reading the data from source data base.classTableConfigurationExceptionThrown when data bases have not the same tables.classUnequalDataExceptionThrown when table data is checked for equality.classUnequalNumberOfRowsExceptionThrown when table data is checked for equality.classUnhandledColumnTypeExceptionThrown when we find a column type we cannot handle (yet).
-