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.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Constructor for EmptyResultDataAccessException.
| |||||||||||
Constructor for EmptyResultDataAccessException.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.springframework.dao.IncorrectResultSizeDataAccessException
| |||||||||||
From class
org.springframework.core.NestedRuntimeException
| |||||||||||
From class
java.lang.Throwable
| |||||||||||
From class
java.lang.Object
| |||||||||||
Constructor for EmptyResultDataAccessException.
| expectedSize | the expected result size |
|---|
Constructor for EmptyResultDataAccessException.
| msg | the detail message |
|---|---|
| expectedSize | the expected result size |