Uses of Class
org.springframework.jdbc.SQLWarningException
Packages that use SQLWarningException
Package
Description
Provides the core JDBC framework, based on JdbcTemplate
 and its associated callback interfaces and helper objects.
- 
Uses of SQLWarningException in org.springframework.jdbc.coreMethods in org.springframework.jdbc.core that throw SQLWarningExceptionModifier and TypeMethodDescriptionprotected voidJdbcTemplate.handleWarnings(SQLWarning warning) Throw an SQLWarningException if encountering an actual warning.