Fatal exception thrown when we can't connect to an RDBMS using JDBC.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Constructor for CannotGetJdbcConnectionException.
| |||||||||||
This constructor is deprecated.
since Spring 2.5, in favor of throwing an
IllegalStateException in case of the driver not being found
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.springframework.core.NestedRuntimeException
| |||||||||||
From class
java.lang.Throwable
| |||||||||||
From class
java.lang.Object
| |||||||||||
Constructor for CannotGetJdbcConnectionException.
| msg | the detail message |
|---|---|
| ex | SQLException root cause |
This constructor is deprecated.
since Spring 2.5, in favor of throwing an
IllegalStateException in case of the driver not being found
Constructor for CannotGetJdbcConnectionException.
| msg | the detail message |
|---|---|
| ex | ClassNotFoundException root cause |