org.springframework.orm.hibernate3
Class HibernateObjectRetrievalFailureException
java.lang.Object
   java.lang.Throwable
java.lang.Throwable
       java.lang.Exception
java.lang.Exception
           java.lang.RuntimeException
java.lang.RuntimeException
               org.springframework.core.NestedRuntimeException
org.springframework.core.NestedRuntimeException
                   org.springframework.dao.DataAccessException
org.springframework.dao.DataAccessException
                       org.springframework.dao.NonTransientDataAccessException
org.springframework.dao.NonTransientDataAccessException
                           org.springframework.dao.DataRetrievalFailureException
org.springframework.dao.DataRetrievalFailureException
                               org.springframework.orm.ObjectRetrievalFailureException
org.springframework.orm.ObjectRetrievalFailureException
                                   org.springframework.orm.hibernate3.HibernateObjectRetrievalFailureException
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(org.hibernate.UnresolvableObjectException ex)
HibernateObjectRetrievalFailureException
public HibernateObjectRetrievalFailureException(org.hibernate.WrongClassException ex)
Copyright © 2002-2008 The Spring Framework.