spring-framework / org.springframework.jdbc / LobRetrievalFailureException

LobRetrievalFailureException

open class LobRetrievalFailureException : DataRetrievalFailureException

Exception to be thrown when a LOB could not be retrieved.

Author
Juergen Hoeller

Since
1.0.2

Constructors

<init>

LobRetrievalFailureException(msg: String)
LobRetrievalFailureException(msg: String, ex: IOException)

Constructor for LobRetrievalFailureException.