Add @since tag for new CannotGetJdbcConnectionException constructor
See gh-28669 Closes gh-28738
This commit is contained in:
@@ -52,6 +52,7 @@ public class CannotGetJdbcConnectionException extends DataAccessResourceFailureE
|
||||
* Constructor for CannotGetJdbcConnectionException.
|
||||
* @param msg the detail message
|
||||
* @param ex the root cause IllegalStateException
|
||||
* @since 5.3.22
|
||||
*/
|
||||
public CannotGetJdbcConnectionException(String msg, IllegalStateException ex) {
|
||||
super(msg, ex);
|
||||
|
||||
Reference in New Issue
Block a user