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.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, ObjectNotFoundException,
 ObjectDeletedException, 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(ObjectNotFoundException ex)
HibernateObjectRetrievalFailureException
public HibernateObjectRetrievalFailureException(ObjectDeletedException ex)
HibernateObjectRetrievalFailureException
public HibernateObjectRetrievalFailureException(WrongClassException ex)
Copyright (c) 2002-2007 The Spring Framework Project.