Class IncompatibleTablesException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- de.akquinet.jbosscc.guttenbase.connector.GuttenBaseException
-
- de.akquinet.jbosscc.guttenbase.exceptions.IncompatibleTablesException
-
- All Implemented Interfaces:
Serializable
public class IncompatibleTablesException extends GuttenBaseException
Thrown when tables do not match.© 2012-2034 akquinet tech@spree
- Author:
- M. Dahm
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IncompatibleTablesException(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
-
IncompatibleTablesException
public IncompatibleTablesException(String reason)
-
-