org.springframework.jdbc
Class LobRetrievalFailureException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.springframework.core.NestedRuntimeException
                  extended by org.springframework.dao.DataAccessException
                      extended by org.springframework.dao.NonTransientDataAccessException
                          extended by org.springframework.dao.DataRetrievalFailureException
                              extended by 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

Constructor Summary
LobRetrievalFailureException(String msg)
          Constructor for LobRetrievalFailureException.
LobRetrievalFailureException(String msg, IOException ex)
          Constructor for LobRetrievalFailureException.
 
Method Summary
 
Methods inherited from class org.springframework.core.NestedRuntimeException
contains, getMessage, getMostSpecificCause, getRootCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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