Package com.gooddata.dataset
Class DatasetException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.gooddata.GoodDataException
-
- com.gooddata.dataset.DatasetException
-
- All Implemented Interfaces:
Serializable
public class DatasetException extends com.gooddata.GoodDataExceptionRepresents error in DatasetService- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DatasetException(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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<String>getDatasets()Get datasets.-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
DatasetException
public DatasetException(String message, Collection<String> datasets, Throwable cause)
-
DatasetException
public DatasetException(String message, Collection<String> datasets)
-
-
Method Detail
-
getDatasets
public Collection<String> getDatasets()
Get datasets.- Returns:
- dataset names
-
-