Class ColumnTypeConversionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.derby.client.am.SqlException
org.apache.derby.client.am.ColumnTypeConversionException
- All Implemented Interfaces:
Serializable, Diagnosable
-
Field Summary
Fields inherited from class SqlException
CLIENT_MESSAGE_RESOURCE_NAME, nextException_, wrappedException_ -
Constructor Summary
ConstructorsConstructorDescriptionColumnTypeConversionException(LogWriter logWriter, String targetType, String sourceType) -
Method Summary
Methods inherited from class SqlException
copyAsUnchainedSQLException, getErrorCode, getMessage, getMessageUtil, getNextException, getSqlca, getSQLException, getSQLState, javaException, setBatchPositionLabel, setNextException, setNextException, toStringMethods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
ColumnTypeConversionException
-