org.springframework.dao
Class UncategorizedDataAccessException
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.UncategorizedDataAccessException
org.springframework.dao.UncategorizedDataAccessException
- All Implemented Interfaces: 
- Serializable
- Direct Known Subclasses: 
- HibernateJdbcException, HibernateSystemException, JdoSystemException, JpaSystemException, SQLWarningException, TopLinkJdbcException, TopLinkSystemException, UncategorizedSQLException
- public abstract class UncategorizedDataAccessException 
- extends NonTransientDataAccessException
Normal superclass when we can't distinguish anything more specific
 than "something went wrong with the underlying resource": for example,
 a SQLException from JDBC we can't pinpoint more precisely.
- Author:
- Rod Johnson
- See Also:
- Serialized Form
 
 
 
 
 
UncategorizedDataAccessException
public UncategorizedDataAccessException(String msg,
                                        Throwable cause)
- Constructor for UncategorizedDataAccessException.
 
- Parameters:
- msg- the detail message
- cause- the exception thrown by underlying data access API
 
Copyright © 2002-2008 The Spring Framework.