spring-framework / org.springframework.jdbc / CannotGetJdbcConnectionException

CannotGetJdbcConnectionException

open class CannotGetJdbcConnectionException : DataAccessResourceFailureException

Fatal exception thrown when we can't connect to an RDBMS using JDBC.

Author
Rod Johnson

Author
Juergen Hoeller

Constructors

<init>

CannotGetJdbcConnectionException(msg: String)
CannotGetJdbcConnectionException(msg: String, ex: SQLException)

Constructor for CannotGetJdbcConnectionException.