Class 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:
  • 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