public class CannotGetJdbcConnectionException extends DataAccessResourceFailureException
Constructor and Description |
---|
CannotGetJdbcConnectionException(java.lang.String msg,
java.lang.ClassNotFoundException ex)
Deprecated.
since Spring 2.5, in favor of throwing an
IllegalStateException in case of the driver not being found
|
CannotGetJdbcConnectionException(java.lang.String msg,
java.sql.SQLException ex)
Constructor for CannotGetJdbcConnectionException.
|
contains, getMessage, getMostSpecificCause, getRootCause
public CannotGetJdbcConnectionException(java.lang.String msg, java.sql.SQLException ex)
msg
- the detail messageex
- SQLException root cause@Deprecated public CannotGetJdbcConnectionException(java.lang.String msg, java.lang.ClassNotFoundException ex)
msg
- the detail messageex
- ClassNotFoundException root cause