org.pentaho.di.core.database
Class DataSourceNamingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.pentaho.di.core.exception.KettleException
              extended by org.pentaho.di.core.exception.KettleDatabaseException
                  extended by 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
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
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DataSourceNamingException

public DataSourceNamingException()

DataSourceNamingException

public DataSourceNamingException(String message)

DataSourceNamingException

public DataSourceNamingException(Throwable cause)

DataSourceNamingException

public DataSourceNamingException(String message,
                                 Throwable cause)