open class DataSourceLookupFailureException : NonTransientDataAccessException
Exception to be thrown by a DataSourceLookup implementation, indicating that the specified DataSource could not be obtained.
Author
Juergen Hoeller
Since
2.0
DataSourceLookupFailureException(msg: String)DataSourceLookupFailureException(msg: String, cause: Throwable)
Constructor for DataSourceLookupFailureException. |