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.UncategorizedDataAccessException
All Implemented Interfaces: Serializable
Direct Known Subclasses: HibernateJdbcException , HibernateJdbcException , HibernateSystemException , HibernateSystemException , JdoSystemException , JpaSystemException , SQLWarningException , TopLinkJdbcException , TopLinkSystemException , UncategorizedSQLException
public abstract class UncategorizedDataAccessException extends DataAccessException
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
Copyright © 2002-2007 The Spring Framework .