public class CannotGetJdbcConnectionException extends DataAccessResourceFailureException
Constructor and Description |
---|
CannotGetJdbcConnectionException(String msg)
Constructor for CannotGetJdbcConnectionException.
|
CannotGetJdbcConnectionException(String msg,
SQLException ex)
Constructor for CannotGetJdbcConnectionException.
|
contains, getMessage, getMostSpecificCause, getRootCause
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public CannotGetJdbcConnectionException(String msg)
msg
- the detail messagepublic CannotGetJdbcConnectionException(String msg, @Nullable SQLException ex)
msg
- the detail messageex
- the root cause SQLException