当前页面:
在线文档首页 >
Spring Framework 2.0.5 API 文档英文版
MetaDataAccessException (Spring Framework API 2.0) - Spring Framework 2.0.5 API 文档英文版
org.springframework.jdbc.support
Class MetaDataAccessException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.springframework.core.NestedCheckedException
org.springframework.jdbc.support.MetaDataAccessException
- All Implemented Interfaces:
- Serializable
public class MetaDataAccessException
- extends NestedCheckedException
Exception indicating that something went wrong during JDBC metadata lookup.
This is a checked exception since we want it to be caught, logged and
handled rather than cause the application to fail. Failure to read JDBC
metadata is usually not a fatal problem.
- Since:
- 1.0.1
- Author:
- Thomas Risberg
- See Also:
- Serialized Form
MetaDataAccessException
public MetaDataAccessException(String msg)
- Constructor for MetaDataAccessException.
- Parameters:
msg
- the detail message
MetaDataAccessException
public MetaDataAccessException(String msg,
Throwable cause)
- Constructor for MetaDataAccessException.
- Parameters:
msg
- the detail messagecause
- the root cause from the data access API in use
Copyright © 2002-2007 The Spring Framework.