public class

HibernateObjectRetrievalFailureException

extends ObjectRetrievalFailureException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ org.springframework.core.NestedRuntimeException
           ↳ org.springframework.dao.DataAccessException
             ↳ org.springframework.dao.NonTransientDataAccessException
               ↳ org.springframework.dao.DataRetrievalFailureException
                 ↳ org.springframework.orm.ObjectRetrievalFailureException
                   ↳ org.springframework.orm.hibernate3.HibernateObjectRetrievalFailureException

Class Overview

Hibernate-specific subclass of ObjectRetrievalFailureException. Converts Hibernate's UnresolvableObjectException and WrongClassException.

Summary

Public Constructors
HibernateObjectRetrievalFailureException(UnresolvableObjectException ex)
HibernateObjectRetrievalFailureException(WrongClassException ex)
[Expand]
Inherited Methods
From class org.springframework.orm.ObjectRetrievalFailureException
From class org.springframework.core.NestedRuntimeException
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public HibernateObjectRetrievalFailureException (UnresolvableObjectException ex)

public HibernateObjectRetrievalFailureException (WrongClassException ex)