Package com.gooddata.sdk.service.md
Class NonUniqueObjException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.gooddata.sdk.common.GoodDataException
com.gooddata.sdk.service.md.NonUniqueObjException
- All Implemented Interfaces:
java.io.Serializable
public class NonUniqueObjException
extends com.gooddata.sdk.common.GoodDataException
More than a single obj instance was found
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description NonUniqueObjException(java.lang.Class<T> cls, java.util.Collection<java.lang.String> results)Construct a new instance of NonUniqueObjException. -
Method Summary
-
Constructor Details
-
NonUniqueObjException
public NonUniqueObjException(java.lang.Class<T> cls, java.util.Collection<java.lang.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
-