Add @since tag for new CannotGetJdbcConnectionException constructor

See gh-28669
Closes gh-28738
This commit is contained in:
Johnny Lim
2022-07-01 00:36:06 +09:00
committed by Sam Brannen
parent 058ce36402
commit 2885177f5b

View File

@@ -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);