org.springframework.dao
Class InvalidDataAccessResourceUsageException
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.InvalidDataAccessResourceUsageException
org.springframework.dao.InvalidDataAccessResourceUsageException
- All Implemented Interfaces: 
- Serializable
- Direct Known Subclasses: 
- BadSqlGrammarException, CciOperationNotSupportedException, HibernateQueryException, IncorrectUpdateSemanticsDataAccessException, InvalidResultSetAccessException, InvalidResultSetAccessException, RecordTypeNotSupportedException, TopLinkQueryException, TypeMismatchDataAccessException
- public class InvalidDataAccessResourceUsageException 
- extends NonTransientDataAccessException
Root for exceptions thrown when we use a data access resource incorrectly.
 Thrown for example on specifying bad SQL when using a RDBMS.
 Resource-specific subclasses are supplied by concrete data access packages.
- Author:
- Rod Johnson
- See Also:
- Serialized Form
 
 
 
 
 
InvalidDataAccessResourceUsageException
public InvalidDataAccessResourceUsageException(String msg)
- Constructor for InvalidDataAccessResourceUsageException.
 
- Parameters:
- msg- the detail message
 
InvalidDataAccessResourceUsageException
public InvalidDataAccessResourceUsageException(String msg,
                                               Throwable cause)
- Constructor for InvalidDataAccessResourceUsageException.
 
- Parameters:
- msg- the detail message
- cause- the root cause from the data access API in use
 
Copyright © 2002-2008 The Spring Framework.