当前页面:
在线文档首页 >
Spring Framework 2.0.5 API 文档英文版
LobRetrievalFailureException (Spring Framework API 2.0) - Spring Framework 2.0.5 API 文档英文版
org.springframework.jdbc
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.DataRetrievalFailureException
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 messageex
- IOException root cause
Copyright © 2002-2007 The Spring Framework.