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 for CannotGetJdbcConnectionException.Constructor for CannotGetJdbcConnectionException. -
Method Summary
Methods inherited from class org.springframework.core.NestedRuntimeException
contains, getMessage, getMostSpecificCause, getRootCause
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CannotGetJdbcConnectionException
Constructor for CannotGetJdbcConnectionException.- Parameters:
msg
- the detail message- Since:
- 5.0
-
CannotGetJdbcConnectionException
Constructor for CannotGetJdbcConnectionException.- Parameters:
msg
- the detail messageex
- the root cause SQLException
-