Class 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

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • 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 for
        results - collection of URIs you have found