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
public class DataSourceNamingException extends KettleDatabaseException
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DataSourceNamingException()
DataSourceNamingException(String message)
DataSourceNamingException(String message, Throwable cause)
DataSourceNamingException(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
-
-