spring-framework / org.springframework.jdbc / CannotGetJdbcConnectionException / <init>

<init>

CannotGetJdbcConnectionException(msg: String)

Constructor for CannotGetJdbcConnectionException.

Parameters

msg - the detail message

Since
5.0

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

Constructor for CannotGetJdbcConnectionException.

Parameters

msg - the detail message

ex - SQLException root cause