当前页面:
在线文档首页 >
Spring Framework 2.0.5 API 文档英文版
TypeMismatchDataAccessException (Spring Framework API 2.0) - Spring Framework 2.0.5 API 文档英文版
org.springframework.dao
Class TypeMismatchDataAccessException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.springframework.dao.DataAccessException
org.springframework.dao.InvalidDataAccessResourceUsageException
org.springframework.dao.TypeMismatchDataAccessException
- All Implemented Interfaces:
- Serializable
public class TypeMismatchDataAccessException
- extends InvalidDataAccessResourceUsageException
Exception thrown on mismatch between Java type and database type:
for example on an attempt to set an object of the wrong type
in an RDBMS column.
- Author:
- Rod Johnson
- See Also:
- Serialized Form
TypeMismatchDataAccessException
public TypeMismatchDataAccessException(String msg)
- Constructor for TypeMismatchDataAccessException.
- Parameters:
msg
- the detail message
TypeMismatchDataAccessException
public TypeMismatchDataAccessException(String msg,
Throwable cause)
- Constructor for TypeMismatchDataAccessException.
- Parameters:
msg
- the detail messagecause
- the root cause from the data access API in use
Copyright © 2002-2007 The Spring Framework.