Package org.pentaho.di.core.database
Class DataSourceNamingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.pentaho.di.core.exception.KettleException
org.pentaho.di.core.exception.KettleDatabaseException
org.pentaho.di.core.database.DataSourceNamingException
- All Implemented Interfaces:
Serializable
This class provides a wrapper around NamingException or other exceptions that may occur when trying to get a data
source by name.
- Author:
- mbatchel Jan 9, 2009
- See Also:
-
Constructor Summary
ConstructorDescriptionDataSourceNamingException
(String message) DataSourceNamingException
(String message, Throwable cause) -
Method Summary
Methods inherited from class org.pentaho.di.core.exception.KettleException
getMessage, getSuperMessage
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DataSourceNamingException
public DataSourceNamingException() -
DataSourceNamingException
-
DataSourceNamingException
-
DataSourceNamingException
-