Class NonUniqueObjException

  • All Implemented Interfaces:
    Serializable

    public class NonUniqueObjException
    extends com.gooddata.GoodDataException
    More than a single obj instance was found
    See Also:
    Serialized Form
    • 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 for
        results - collection of URIs you have found