org.pentaho.platform.api.repository.datasource
Class NonExistingDatasourceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.pentaho.platform.api.util.PentahoCheckedChainedException
              extended by org.pentaho.platform.api.repository.datasource.NonExistingDatasourceException
All Implemented Interfaces:
Serializable

public class NonExistingDatasourceException
extends PentahoCheckedChainedException

See Also:
Serialized Form

Constructor Summary
NonExistingDatasourceException()
           
NonExistingDatasourceException(String msg)
           
NonExistingDatasourceException(String message, Throwable cause)
           
NonExistingDatasourceException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class org.pentaho.platform.api.util.PentahoCheckedChainedException
getRootCause, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NonExistingDatasourceException

public NonExistingDatasourceException()

NonExistingDatasourceException

public NonExistingDatasourceException(String msg)

NonExistingDatasourceException

public NonExistingDatasourceException(Throwable cause)

NonExistingDatasourceException

public NonExistingDatasourceException(String message,
                                      Throwable cause)