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 SummaryConstructorsConstructorDescriptionConstructor for LobRetrievalFailureException.Constructor for LobRetrievalFailureException.
- 
Method SummaryMethods inherited from class org.springframework.core.NestedRuntimeExceptioncontains, getMessage, getMostSpecificCause, getRootCauseMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
LobRetrievalFailureExceptionConstructor for LobRetrievalFailureException.- Parameters:
- msg- the detail message
 
- 
LobRetrievalFailureExceptionConstructor for LobRetrievalFailureException.- Parameters:
- msg- the detail message
- ex- the root cause IOException
 
 
-