|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 org.springframework.dao.IncorrectResultSizeDataAccessException org.springframework.dao.EmptyResultDataAccessException
public class EmptyResultDataAccessException
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.
IncorrectResultSizeDataAccessException
,
Serialized FormConstructor Summary | |
---|---|
EmptyResultDataAccessException(int expectedSize)
Constructor for EmptyResultDataAccessException. |
|
EmptyResultDataAccessException(java.lang.String msg,
int expectedSize)
Constructor for EmptyResultDataAccessException. |
Method Summary |
---|
Methods inherited from class org.springframework.dao.IncorrectResultSizeDataAccessException |
---|
getActualSize, getExpectedSize |
Methods inherited from class org.springframework.core.NestedRuntimeException |
---|
contains, getMessage, getMostSpecificCause, getRootCause |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public EmptyResultDataAccessException(int expectedSize)
expectedSize
- the expected result sizepublic EmptyResultDataAccessException(java.lang.String msg, int expectedSize)
msg
- the detail messageexpectedSize
- the expected result size
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |