public class ObjNotFoundException extends GoodDataException
| Constructor and Description |
|---|
ObjNotFoundException(Class<T> cls)
Construct a new instance of ObjNotFoundException.
|
ObjNotFoundException(Obj obj)
Construct a new instance of ObjNotFoundException.
|
ObjNotFoundException(String uri)
Construct a new instance of ObjNotFoundException.
|
ObjNotFoundException(String uri,
Class<T> cls,
Exception e)
Construct a new instance of ObjNotFoundException.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ObjNotFoundException(String uri, Class<T> cls, 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(String uri)
uri - the URI of metadata object you're searching forpublic ObjNotFoundException(Class<T> cls)
T - the type of results you're searching forcls - class of metadata object you're searching forCopyright © 2017. All Rights Reserved.