Package com.gooddata.sdk.model.dataset
Class DatasetNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.gooddata.sdk.common.GoodDataException
com.gooddata.sdk.model.dataset.DatasetNotFoundException
- All Implemented Interfaces:
Serializable
public class DatasetNotFoundException
extends com.gooddata.sdk.common.GoodDataException
Represents error when dataset of the given id was not found
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDatasetNotFoundException(String dataset) DatasetNotFoundException(String dataset, 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
-
DatasetNotFoundException
-
DatasetNotFoundException
-