Package org.pentaho.platform.api.data
Class DBDatasourceServiceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.pentaho.platform.api.util.PentahoCheckedChainedException
org.pentaho.platform.api.data.DBDatasourceServiceException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorDescriptionDBDatasourceServiceException
(String message) DBDatasourceServiceException
(String message, Throwable reas) -
Method Summary
Methods inherited from class org.pentaho.platform.api.util.PentahoCheckedChainedException
getRootCause, printStackTrace, printStackTrace
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DBDatasourceServiceException
public DBDatasourceServiceException() -
DBDatasourceServiceException
- Parameters:
message
-
-
DBDatasourceServiceException
- Parameters:
message
-reas
-
-
DBDatasourceServiceException
- Parameters:
reas
-
-