Class IncompatibleColumnsException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- de.akquinet.jbosscc.guttenbase.connector.GuttenBaseException
-
- de.akquinet.jbosscc.guttenbase.exceptions.IncompatibleColumnsException
-
- All Implemented Interfaces:
Serializable
public class IncompatibleColumnsException extends GuttenBaseException
Thrown when tables have mismatching columns.© 2012-2034 akquinet tech@spree
- Author:
- M. Dahm
- See Also:
InsertStatementFiller
,SchemaComparatorTool
,CheckEqualTableDataTool
, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IncompatibleColumnsException(String reason)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
IncompatibleColumnsException
public IncompatibleColumnsException(String reason)
-
-