Package org.springframework.jdbc
Class LobRetrievalFailureException
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
- All Implemented Interfaces:
Serializable
Exception to be thrown when a LOB could not be retrieved.
- Since:
- 1.0.2
- Author:
- Juergen Hoeller
- See Also:
-
Constructor Summary
ConstructorDescriptionConstructor for LobRetrievalFailureException.Constructor for LobRetrievalFailureException. -
Method Summary
Methods inherited from class org.springframework.core.NestedRuntimeException
contains, getMostSpecificCause, getRootCause
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
LobRetrievalFailureException
Constructor for LobRetrievalFailureException.- Parameters:
msg
- the detail message
-
LobRetrievalFailureException
Constructor for LobRetrievalFailureException.- Parameters:
msg
- the detail messageex
- the root cause IOException
-