org.springframework.dao
Class UncategorizedDataAccessException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.springframework.dao.DataAccessException
org.springframework.dao.NonTransientDataAccessException
org.springframework.dao.UncategorizedDataAccessException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- HibernateJdbcException, HibernateSystemException, JdoSystemException, JpaSystemException, SQLWarningException, 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 messagecause
- the exception thrown by underlying data access API