| org.springframework.dao.DataAccessException org.springframework.dao.UncategorizedDataAccessException
All known Subclasses: org.springframework.orm.toplink.TopLinkJdbcException, org.springframework.orm.jpa.JpaSystemException, org.springframework.jdbc.UncategorizedSQLException, org.springframework.orm.jdo.JdoSystemException, org.springframework.orm.hibernate3.HibernateJdbcException, org.springframework.orm.hibernate.HibernateSystemException, org.springframework.orm.hibernate3.HibernateSystemException, org.springframework.orm.toplink.TopLinkSystemException, org.springframework.jdbc.SQLWarningException, org.springframework.orm.hibernate.HibernateJdbcException,
UncategorizedDataAccessException | abstract public class UncategorizedDataAccessException extends DataAccessException (Code) | | 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 |
UncategorizedDataAccessException | public UncategorizedDataAccessException(String msg, Throwable cause)(Code) | | Constructor for UncategorizedDataAccessException.
Parameters: msg - the detail message Parameters: cause - the exception thrown by underlying data access API |
|
|