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:
Serializable

public class NonUniqueObjException extends com.gooddata.sdk.common.GoodDataException
More than a single obj instance was found
See Also:
  • Constructor Details

    • 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