org.springframework.orm.hibernate
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.hibernate.HibernateObjectRetrievalFailureException
org.springframework.orm.hibernate.HibernateObjectRetrievalFailureException
- All Implemented Interfaces: 
- Serializable
- public class HibernateObjectRetrievalFailureException- extends ObjectRetrievalFailureException
Hibernate-specific subclass of ObjectRetrievalFailureException.
 Converts Hibernate's UnresolvableObjectException, ObjectNotFoundException,
 ObjectDeletedException, and WrongClassException.
- Since:
- 13.10.2003
- Author:
- Juergen Hoeller
- See Also:
- SessionFactoryUtils.convertHibernateAccessException(net.sf.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) 2003-2004 The Spring Framework Project.