org.springframework.dao
Class NonTransientDataAccessResourceException
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
- All Implemented Interfaces: 
- Serializable
- Direct Known Subclasses: 
- DataAccessResourceFailureException
- public class NonTransientDataAccessResourceException 
- extends NonTransientDataAccessException
Data access exception thrown when a resource fails completely and the failure is permanent.
- Since:
- 2.5
- Author:
- Thomas Risberg
- See Also:
- SQLNonTransientConnectionException, 
Serialized Form
 
 
 
 
 
NonTransientDataAccessResourceException
public NonTransientDataAccessResourceException(String msg)
- Constructor for NonTransientDataAccessResourceException.
 
- Parameters:
- msg- the detail message
 
NonTransientDataAccessResourceException
public NonTransientDataAccessResourceException(String msg,
                                               Throwable cause)
- Constructor for NonTransientDataAccessResourceException.
 
- Parameters:
- msg- the detail message
- cause- the root cause from the data access API in use
 
Copyright © 2002-2008 The Spring Framework.