public class CannotGetJdbcConnectionException extends DataAccessResourceFailureException
Constructor and Description |
---|
CannotGetJdbcConnectionException(String msg)
Constructor for
CannotGetJdbcConnectionException . |
CannotGetJdbcConnectionException(String msg,
IllegalStateException ex)
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)
CannotGetJdbcConnectionException
.msg
- the detail messagepublic CannotGetJdbcConnectionException(String msg, @Nullable SQLException ex)
CannotGetJdbcConnectionException
.msg
- the detail messageex
- the root cause SQLExceptionpublic CannotGetJdbcConnectionException(String msg, IllegalStateException ex)
CannotGetJdbcConnectionException
.msg
- the detail messageex
- the root cause IllegalStateException