public class ObjNotFoundException extends GoodDataException
| Constructor and Description |
|---|
ObjNotFoundException(java.lang.Class<T> cls)
Construct a new instance of ObjNotFoundException.
|
ObjNotFoundException(Obj obj)
Construct a new instance of ObjNotFoundException.
|
ObjNotFoundException(java.lang.String uri)
Construct a new instance of ObjNotFoundException.
|
ObjNotFoundException(java.lang.String uri,
java.lang.Class<T> cls,
java.lang.Exception e)
Construct a new instance of ObjNotFoundException.
|
public ObjNotFoundException(java.lang.String uri,
java.lang.Class<T> cls,
java.lang.Exception e)
T - the type of results you're searching foruri - the URI of metadata object you're searching forcls - class of metadata object you're searching fore - caused of this exceptionpublic ObjNotFoundException(Obj obj)
obj - metadata object you're working withpublic ObjNotFoundException(java.lang.String uri)
uri - the URI of metadata object you're searching forpublic ObjNotFoundException(java.lang.Class<T> cls)
T - the type of results you're searching forcls - class of metadata object you're searching forCopyright © 2016. All Rights Reserved.