spring-framework / org.springframework.orm.hibernate5 / HibernateObjectRetrievalFailureException

HibernateObjectRetrievalFailureException

open class HibernateObjectRetrievalFailureException : ObjectRetrievalFailureException

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

Author
Juergen Hoeller

Since
4.2

See Also
SessionFactoryUtils#convertHibernateAccessException

Constructors

<init>

HibernateObjectRetrievalFailureException(ex: UnresolvableObjectException)
HibernateObjectRetrievalFailureException(ex: WrongClassException)