Package com.gooddata.md
Class NonUniqueObjException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.gooddata.GoodDataException
-
- com.gooddata.md.NonUniqueObjException
-
- All Implemented Interfaces:
Serializable
public class NonUniqueObjException extends com.gooddata.GoodDataExceptionMore than a single obj instance was found- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NonUniqueObjException(Class<T> cls, Collection<String> results)Construct a new instance of NonUniqueObjException.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
NonUniqueObjException
public NonUniqueObjException(Class<T> cls, Collection<String> results)
Construct a new instance of NonUniqueObjException.- Type Parameters:
T- the type of results you're searching for- Parameters:
cls- class of metadata object you're searching forresults- collection of URIs you have found
-
-