public class

LobRetrievalFailureException

extends DataRetrievalFailureException
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

Class Overview

Exception to be thrown when a LOB could not be retrieved.

Summary

Public Constructors
LobRetrievalFailureException(String msg)
Constructor for LobRetrievalFailureException.
LobRetrievalFailureException(String msg, IOException ex)
Constructor for LobRetrievalFailureException.
[Expand]
Inherited Methods
From class org.springframework.core.NestedRuntimeException
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public LobRetrievalFailureException (String msg)

Constructor for LobRetrievalFailureException.

Parameters
msg the detail message

public LobRetrievalFailureException (String msg, IOException ex)

Constructor for LobRetrievalFailureException.

Parameters
msg the detail message
ex IOException root cause