org.springframework.orm.hibernate
Class HibernateObjectRetrievalFailureException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.springframework.dao.DataAccessException
org.springframework.dao.DataRetrievalFailureException
org.springframework.orm.ObjectRetrievalFailureException
org.springframework.orm.hibernate.HibernateObjectRetrievalFailureException
- All Implemented Interfaces:
- java.io.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:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
HibernateObjectRetrievalFailureException
public HibernateObjectRetrievalFailureException(net.sf.hibernate.UnresolvableObjectException ex)
HibernateObjectRetrievalFailureException
public HibernateObjectRetrievalFailureException(net.sf.hibernate.ObjectNotFoundException ex)
HibernateObjectRetrievalFailureException
public HibernateObjectRetrievalFailureException(net.sf.hibernate.ObjectDeletedException ex)
HibernateObjectRetrievalFailureException
public HibernateObjectRetrievalFailureException(net.sf.hibernate.WrongClassException ex)
Copyright (C) 2003-2004 The Spring Framework Project.