| 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.jdbc.datasource.lookup.DataSourceLookupFailureException | ||||||
Exception to be thrown by a DataSourceLookup implementation, indicating that the specified DataSource could not be obtained.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Constructor for DataSourceLookupFailureException.
| |||||||||||
Constructor for DataSourceLookupFailureException.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.springframework.core.NestedRuntimeException
| |||||||||||
From class
java.lang.Throwable
| |||||||||||
From class
java.lang.Object
| |||||||||||
Constructor for DataSourceLookupFailureException.
| msg | the detail message |
|---|
Constructor for DataSourceLookupFailureException.
| msg | the detail message |
|---|---|
| cause | the root cause (usually from using a underlying lookup API such as JNDI) |