org.springframework.jdbc
Class LobRetrievalFailureException
java.lang.Object
   java.lang.Throwable
java.lang.Throwable
       java.lang.Exception
java.lang.Exception
           java.lang.RuntimeException
java.lang.RuntimeException
               org.springframework.core.NestedRuntimeException
org.springframework.core.NestedRuntimeException
                   org.springframework.dao.DataAccessException
org.springframework.dao.DataAccessException
                       org.springframework.dao.NonTransientDataAccessException
org.springframework.dao.NonTransientDataAccessException
                           org.springframework.dao.DataRetrievalFailureException
org.springframework.dao.DataRetrievalFailureException
                               org.springframework.jdbc.LobRetrievalFailureException
org.springframework.jdbc.LobRetrievalFailureException
- All Implemented Interfaces: 
- Serializable
- public class LobRetrievalFailureException 
- extends DataRetrievalFailureException
Exception to be thrown when a LOB could not be retrieved.
- Since:
- 1.0.2
- Author:
- Juergen Hoeller
- See Also:
- Serialized Form
 
 
 
 
 
LobRetrievalFailureException
public LobRetrievalFailureException(String msg)
- Constructor for LobRetrievalFailureException.
 
- Parameters:
- msg- the detail message
 
LobRetrievalFailureException
public LobRetrievalFailureException(String msg,
                                    IOException ex)
- Constructor for LobRetrievalFailureException.
 
- Parameters:
- msg- the detail message
- ex- IOException root cause
 
Copyright © 2002-2008 The Spring Framework.