public class ObjNotFoundException extends GoodDataException
| Constructor and Description |
|---|
ObjNotFoundException(Class<T> cls)
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 by this exceptionpublic ObjNotFoundException(Class<T> cls)
T - the type of results you're searching forcls - class of metadata object you're searching forCopyright © 2014. All Rights Reserved.