| 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.jdbc.LobRetrievalFailureException | |||||||
Exception to be thrown when a LOB could not be retrieved.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Constructor for LobRetrievalFailureException.
| |||||||||||
Constructor for LobRetrievalFailureException.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.springframework.core.NestedRuntimeException
| |||||||||||
From class
java.lang.Throwable
| |||||||||||
From class
java.lang.Object
| |||||||||||
Constructor for LobRetrievalFailureException.
| msg | the detail message |
|---|
Constructor for LobRetrievalFailureException.
| msg | the detail message |
|---|---|
| ex | IOException root cause |