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,- JpaSystemException,- SQLWarningException,- UncategorizedR2dbcException,- UncategorizedSQLException
Normal superclass when we can't distinguish anything more specific
 than "something went wrong with the underlying resource": for example,
 an SQLException from JDBC we can't pinpoint more precisely.
- Author:
- Rod Johnson
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionConstructor for UncategorizedDataAccessException.
- 
Method SummaryMethods inherited from class org.springframework.core.NestedRuntimeExceptioncontains, getMostSpecificCause, getRootCauseMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
UncategorizedDataAccessException
 
-