Package com.gooddata.sdk.service.dataset
Class DatasetException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.gooddata.sdk.common.GoodDataException
com.gooddata.sdk.service.dataset.DatasetException
- All Implemented Interfaces:
Serializable
public class DatasetException
extends com.gooddata.sdk.common.GoodDataException
Represents error in DatasetService
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDatasetException(String message, String dataset) DatasetException(String message, String dataset, Throwable cause) DatasetException(String message, Collection<String> datasets) DatasetException(String message, Collection<String> datasets, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DatasetException
-
DatasetException
-
DatasetException
-
DatasetException
-
-
Method Details
-
getDatasets
Get datasets.- Returns:
- dataset names
-