| 
 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.springframework.dao.DataAccessException
org.springframework.dao.CleanupFailureDataAccessException
org.springframework.jdbc.CannotCloseJdbcConnectionException
Exception thrown when we successfully executed a SQL statement, but then failed to close the JDBC connection. This results in a java.sql.SQLException, but application code can choose to catch the exception to avoid the transaction being rolled back.
| Constructor Summary | |
| CannotCloseJdbcConnectionException(java.lang.String msg,
                                   java.sql.SQLException ex)Constructor for CannotCloseJdbcConnectionException. | |
| Methods inherited from class org.springframework.core.NestedRuntimeException | 
| getCause, getMessage, printStackTrace, printStackTrace | 
| Methods inherited from class java.lang.Throwable | 
| fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString | 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
public CannotCloseJdbcConnectionException(java.lang.String msg,
                                          java.sql.SQLException ex)
msg - messageex - SQLException root cause| 
 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||