org.pentaho.platform.api.data
Class DatasourceServiceException

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.data.DatasourceServiceException
All Implemented Interfaces:
Serializable

public class DatasourceServiceException
extends PentahoCheckedChainedException

See Also:
Serialized Form

Constructor Summary
DatasourceServiceException()
           
DatasourceServiceException(String message)
           
DatasourceServiceException(String message, Throwable reas)
           
DatasourceServiceException(Throwable reas)
           
 
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

DatasourceServiceException

public DatasourceServiceException()

DatasourceServiceException

public DatasourceServiceException(String message)
Parameters:
message -

DatasourceServiceException

public DatasourceServiceException(String message,
                                  Throwable reas)
Parameters:
message -
reas -

DatasourceServiceException

public DatasourceServiceException(Throwable reas)
Parameters:
reas -