org.springframework.dao
Class EmptyResultDataAccessException
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.NonTransientDataAccessException
org.springframework.dao.NonTransientDataAccessException
                           org.springframework.dao.DataRetrievalFailureException
org.springframework.dao.DataRetrievalFailureException
                               org.springframework.dao.IncorrectResultSizeDataAccessException
org.springframework.dao.IncorrectResultSizeDataAccessException
                                   org.springframework.dao.EmptyResultDataAccessException
org.springframework.dao.EmptyResultDataAccessException
- All Implemented Interfaces: 
- Serializable
- public class EmptyResultDataAccessException 
- extends IncorrectResultSizeDataAccessException
Data access exception thrown when a result was expected to have at least
 one row (or element) but zero rows (or elements) were actually returned.
- Since:
- 2.0
- Author:
- Juergen Hoeller
- See Also:
- IncorrectResultSizeDataAccessException, 
Serialized Form
 
 
 
 
 
 
EmptyResultDataAccessException
public EmptyResultDataAccessException(int expectedSize)
- Constructor for EmptyResultDataAccessException.
 
- Parameters:
- expectedSize- the expected result size
 
EmptyResultDataAccessException
public EmptyResultDataAccessException(String msg,
                                      int expectedSize)
- Constructor for EmptyResultDataAccessException.
 
- Parameters:
- msg- the detail message
- expectedSize- the expected result size
 
Copyright © 2002-2008 The Spring Framework.