Class TableConfigurationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- de.akquinet.jbosscc.guttenbase.connector.GuttenBaseException
-
- de.akquinet.jbosscc.guttenbase.exceptions.TableConfigurationException
-
- All Implemented Interfaces:
Serializable
public class TableConfigurationException extends GuttenBaseException
Thrown when data bases have not the same tables. You can omit tables deliberately using theRepositoryTableFilter
hint.© 2012-2034 akquinet tech@spree
- Author:
- M. Dahm
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TableConfigurationException(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
-
TableConfigurationException
public TableConfigurationException(String reason)
-
-