当前页面:
在线文档首页 >
Spring Framework 2.0.5 API 文档英文版
HibernateObjectRetrievalFailureException (Spring Framework API 2.0) - Spring Framework 2.0.5 API 文档英文版
org.springframework.orm.hibernate3
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.hibernate3.HibernateObjectRetrievalFailureException
- All Implemented Interfaces:
- Serializable
public class HibernateObjectRetrievalFailureException
- extends ObjectRetrievalFailureException
Hibernate-specific subclass of ObjectRetrievalFailureException.
Converts Hibernate's UnresolvableObjectException and WrongClassException.
- Since:
- 1.2
- Author:
- Juergen Hoeller
- See Also:
SessionFactoryUtils.convertHibernateAccessException(org.hibernate.HibernateException)
,
Serialized Form
HibernateObjectRetrievalFailureException
public HibernateObjectRetrievalFailureException(UnresolvableObjectException ex)
HibernateObjectRetrievalFailureException
public HibernateObjectRetrievalFailureException(WrongClassException ex)
Copyright © 2002-2007 The Spring Framework.