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

public class LobRetrievalFailureException extends org.springframework.dao.DataRetrievalFailureException
Exception to be thrown when a LOB could not be retrieved.
Since:
1.0.2
Author:
Juergen Hoeller
See Also:
  • Constructor Details

    • 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 - the root cause IOException