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
@Deprecated(since="6.2")
public class LobRetrievalFailureException
extends DataRetrievalFailureException
Deprecated.
Exception to be thrown when a LOB could not be retrieved.
- Since:
 - 1.0.2
 - Author:
 - Juergen Hoeller
 - See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Constructor for LobRetrievalFailureException.Deprecated.Constructor for LobRetrievalFailureException. - 
Method Summary
Methods inherited from class org.springframework.core.NestedRuntimeException
contains, getMostSpecificCause, getRootCauseMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
LobRetrievalFailureException
Deprecated.Constructor for LobRetrievalFailureException.- Parameters:
 msg- the detail message
 - 
LobRetrievalFailureException
Deprecated.Constructor for LobRetrievalFailureException.- Parameters:
 msg- the detail messageex- the root cause IOException
 
 - 
 
LobHandler