public class CannotGetJdbcConnectionException extends DataAccessResourceFailureException
Constructor and Description |
---|
CannotGetJdbcConnectionException(java.lang.String msg)
Constructor for CannotGetJdbcConnectionException.
|
CannotGetJdbcConnectionException(java.lang.String msg,
java.sql.SQLException ex)
Constructor for CannotGetJdbcConnectionException.
|
contains, getMessage, getMostSpecificCause, getRootCause
public CannotGetJdbcConnectionException(java.lang.String msg)
msg
- the detail messagepublic CannotGetJdbcConnectionException(java.lang.String msg, @Nullable java.sql.SQLException ex)
msg
- the detail messageex
- SQLException root cause