Class TableSchemaMismatchException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- de.julielab.costosys.dbconnection.util.CoStoSysException
-
- de.julielab.costosys.dbconnection.util.TableSchemaMismatchException
-
- All Implemented Interfaces:
Serializable
public class TableSchemaMismatchException extends CoStoSysException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TableSchemaMismatchException()TableSchemaMismatchException(String message)TableSchemaMismatchException(String message, Throwable cause)TableSchemaMismatchException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)TableSchemaMismatchException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-