当前页面:
在线文档首页 >
Spring Framework 2.0.5 API 文档英文版
HibernateObjectRetrievalFailureException (Spring Framework API 2.0) - Spring Framework 2.0.5 API 文档英文版
org.springframework.orm.hibernate
Class HibernateObjectRetrievalFailureException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.springframework.dao.DataAccessException
org.springframework.dao.DataRetrievalFailureException
org.springframework.orm.ObjectRetrievalFailureException
org.springframework.orm.hibernate.HibernateObjectRetrievalFailureException
- All Implemented Interfaces:
- Serializable
public class HibernateObjectRetrievalFailureException
- extends ObjectRetrievalFailureException
Hibernate-specific subclass of ObjectRetrievalFailureException.
Converts Hibernate's UnresolvableObjectException and WrongClassException.
- Since:
- 13.10.2003
- Author:
- Juergen Hoeller
- See Also:
SessionFactoryUtils.convertHibernateAccessException(net.sf.hibernate.HibernateException)
,
Serialized Form
HibernateObjectRetrievalFailureException
public HibernateObjectRetrievalFailureException(net.sf.hibernate.UnresolvableObjectException ex)
HibernateObjectRetrievalFailureException
public HibernateObjectRetrievalFailureException(net.sf.hibernate.WrongClassException ex)
Copyright © 2002-2007 The Spring Framework.