org.springframework.dao
Class DataAccessResourceFailureException
java.lang.Object
   java.lang.Throwable
java.lang.Throwable
       java.lang.Exception
java.lang.Exception
           java.lang.RuntimeException
java.lang.RuntimeException
               org.springframework.core.NestedRuntimeException
org.springframework.core.NestedRuntimeException
                   org.springframework.dao.DataAccessException
org.springframework.dao.DataAccessException
                       org.springframework.dao.NonTransientDataAccessException
org.springframework.dao.NonTransientDataAccessException
                           org.springframework.dao.NonTransientDataAccessResourceException
org.springframework.dao.NonTransientDataAccessResourceException
                               org.springframework.dao.DataAccessResourceFailureException
org.springframework.dao.DataAccessResourceFailureException
- All Implemented Interfaces: 
- Serializable
- Direct Known Subclasses: 
- CannotCreateRecordException, CannotGetCciConnectionException, CannotGetJdbcConnectionException, JdoResourceFailureException
- public class DataAccessResourceFailureException 
- extends NonTransientDataAccessResourceException
Data access exception thrown when a resource fails completely:
 for example, if we can't connect to a database using JDBC.
- Author:
- Rod Johnson, Thomas Risberg
- See Also:
- Serialized Form
 
 
 
 
 
DataAccessResourceFailureException
public DataAccessResourceFailureException(String msg)
- Constructor for DataAccessResourceFailureException.
 
- Parameters:
- msg- the detail message
 
DataAccessResourceFailureException
public DataAccessResourceFailureException(String msg,
                                          Throwable cause)
- Constructor for DataAccessResourceFailureException.
 
- Parameters:
- msg- the detail message
- cause- the root cause from the data access API in use
 
Copyright © 2002-2008 The Spring Framework.