Package org.springframework.jdbc
Class CannotGetJdbcConnectionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.springframework.dao.DataAccessException
org.springframework.dao.NonTransientDataAccessException
org.springframework.dao.NonTransientDataAccessResourceException
org.springframework.dao.DataAccessResourceFailureException
org.springframework.jdbc.CannotGetJdbcConnectionException
- All Implemented Interfaces:
Serializable
Fatal exception thrown when we can't connect to an RDBMS using JDBC.
- Author:
- Rod Johnson, Juergen Hoeller
- See Also:
-
Constructor Summary
ConstructorDescriptionConstructor forCannotGetJdbcConnectionException
.Constructor forCannotGetJdbcConnectionException
.Constructor forCannotGetJdbcConnectionException
. -
Method Summary
Methods inherited from class org.springframework.core.NestedRuntimeException
contains, getMostSpecificCause, getRootCause
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CannotGetJdbcConnectionException
Constructor forCannotGetJdbcConnectionException
.- Parameters:
msg
- the detail message- Since:
- 5.0
-
CannotGetJdbcConnectionException
Constructor forCannotGetJdbcConnectionException
.- Parameters:
msg
- the detail messageex
- the root cause SQLException
-
CannotGetJdbcConnectionException
Constructor forCannotGetJdbcConnectionException
.- Parameters:
msg
- the detail messageex
- the root cause IllegalStateException- Since:
- 5.3.22
-