Package com.gooddata.sdk.service.md
Class ObjNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.gooddata.sdk.common.GoodDataException
com.gooddata.sdk.service.md.ObjNotFoundException
- All Implemented Interfaces:
Serializable
public class ObjNotFoundException
extends com.gooddata.sdk.common.GoodDataException
Metadata object of the given URI doesn't exist
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionObjNotFoundException(Obj obj) Construct a new instance of ObjNotFoundException.ObjNotFoundException(Class<T> cls) Construct a new instance of ObjNotFoundException.Construct a new instance of ObjNotFoundException.ObjNotFoundException(String uri, Class<T> cls, Exception e) Construct a new instance of ObjNotFoundException. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ObjNotFoundException
Construct a new instance of ObjNotFoundException.- Type Parameters:
T- the type of results you're searching for- Parameters:
uri- the URI of metadata object you're searching forcls- class of metadata object you're searching fore- caused of this exception
-
ObjNotFoundException
Construct a new instance of ObjNotFoundException.- Parameters:
obj- metadata object you're working with
-
ObjNotFoundException
Construct a new instance of ObjNotFoundException.- Parameters:
uri- the URI of metadata object you're searching for
-
ObjNotFoundException
Construct a new instance of ObjNotFoundException.- Type Parameters:
T- the type of results you're searching for- Parameters:
cls- class of metadata object you're searching for
-