org.springframework.dao
public class: DataRetrievalFailureException [javadoc |
source]
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
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ObjectRetrievalFailureException, JdoObjectRetrievalFailureException, HibernateObjectRetrievalFailureException, IncorrectResultSizeDataAccessException, LobRetrievalFailureException, IncorrectResultSetColumnCountException, JpaObjectRetrievalFailureException, HibernateObjectRetrievalFailureException, EmptyResultDataAccessException
Exception thrown if certain expected data could not be retrieved, e.g.
when looking up specific data via a known identifier. This exception
will be thrown either by O/R mapping tools or by DAO implementations.
- author:
Juergen - Hoeller
- since:
13.10.2003 -
| Methods from java.lang.Throwable: |
|---|
|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |