当前页面:
在线文档首页 >
Spring Framework 2.0.5 API 文档英文版
EmptyResultDataAccessException (Spring Framework API 2.0) - Spring Framework 2.0.5 API 文档英文版
org.springframework.dao
Class EmptyResultDataAccessException
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.dao.IncorrectResultSizeDataAccessException
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 messageexpectedSize
- the expected result size
Copyright © 2002-2007 The Spring Framework.