Uses of Class
org.pentaho.di.core.database.DataSourceNamingException

Packages that use DataSourceNamingException
org.pentaho.di.core.database Contains all the different database dialects as well as the DatabaseMeta class (definition) and the Database class (execution) 
org.pentaho.di.core.database.util   
 

Uses of DataSourceNamingException in org.pentaho.di.core.database
 

Methods in org.pentaho.di.core.database that throw DataSourceNamingException
 DataSource DataSourceProviderInterface.getNamedDataSource(String datasourceName)
          Returns a named javax.sql.DataSource
 

Uses of DataSourceNamingException in org.pentaho.di.core.database.util
 

Methods in org.pentaho.di.core.database.util that throw DataSourceNamingException
 DataSource DatabaseUtil.getNamedDataSource(String datasourceName)
          Implementation of DatasourceProviderInterface.