Class IntegrationNotFoundException

  • All Implemented Interfaces:
    java.io.Serializable

    public class IntegrationNotFoundException
    extends com.gooddata.sdk.common.GoodDataException
    Integration for given project and connector type doesn't exist
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      IntegrationNotFoundException​(com.gooddata.sdk.model.project.Project project, com.gooddata.sdk.model.connector.ConnectorType connectorType, java.lang.Throwable e)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.gooddata.sdk.model.connector.ConnectorType getConnectorType()  
      java.lang.String getProjectUri()  
      • 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

      • IntegrationNotFoundException

        public IntegrationNotFoundException​(com.gooddata.sdk.model.project.Project project,
                                            com.gooddata.sdk.model.connector.ConnectorType connectorType,
                                            java.lang.Throwable e)
    • Method Detail

      • getProjectUri

        public java.lang.String getProjectUri()
      • getConnectorType

        public com.gooddata.sdk.model.connector.ConnectorType getConnectorType()